Html Css Color HEX #B6B144 Brass

📋 copy color: '#B6B144'

red 182 ◦ green 177 ◦ blue 68

#B6B144
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #B6B144

Tints of Brass #B6B144

RGB

 RED value IS 182 (71.48% from 255) = 42.62%

 GREEN value IS 177 (69.53% from 255) = 41.45%

 BLUE value IS 68 (26.95% from 255) = 15.93%

R = 42.62%
G = 41.45%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B6B144 (or 0xB6B144) is known color: Brass. HEX triplet: B6, B1 and 44. RGB value is (182,177,68). Sum of RGB (Red+Green+Blue) = 182+177+68=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 68 (26.95% from 255 or 15.93% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B144 is #494EBB. Grayscale: #A6A6A6. Windows color (decimal): -4804284 or 4501942. OLE color: 4501942.

HSL color Cylindrical-coordinate representation of color #B6B144: hue angle of 57.37º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6B144 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 177 68 -
CMYK 0 0.03 0.63 0.29
HSL 57.37º 0.46% 0.49% -
HSV(B) 57.37º 0.63% 0.71% -
XYZ 36.06 41.81 11.64 -
YUV 166.07 72.66 139.36 -
System Red Green Blue C M Y K H S L
Decimal 182 177 68 0 0.03 0.63 0.29 57.37 0.46 0.49
Hex B6 B1 44 0 3 3F 1D 39 2E 31
Octal 266 261 104 0 3 77 35 71 56 61
Binary 10110110 10110001 1000100 0 11 111111 11101 111001 101110 110001

Color Harmonies of #B6B144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B144

Black with #B6B144

Text Example


Text Example

White with #B6B144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B144; }

 p { color: rgb(182,177,68); }

 H1.HeaderClassName
 {
   color: #B6B144;
 }
 .AnyTagClassName
 {
   color: #B6B144;
 }
</style>

background-color css

<style>
 a { background-color: #B6B144; }

 a { background-color: rgb(182,177,68); }

 div.DivClassName
 {
   background-color: #B6B144;
 }
 .BgClassName
 {
   background-color: #B6B144;
 }
</style>

border-color css

<style>
 span { border-color: #B6B144; }

 span { border-color: rgb(182,177,68); }

 td.TdClassName
 {
   border-color: #B6B144;
 }
 .TagClassName
 {
   border-color: #B6B144;
 }
</style>