Html Css Color HEX #BBB642 Brass

📋 copy color: '#BBB642'

red 187 ◦ green 182 ◦ blue 66

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

Shades of Brass #BBB642

Tints of Brass #BBB642

RGB

 RED value IS 187 (73.44% from 255) = 42.99%

 GREEN value IS 182 (71.48% from 255) = 41.84%

 BLUE value IS 66 (26.17% from 255) = 15.17%

R = 42.99%
G = 41.84%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BBB642 (or 0xBBB642) is known color: Brass. HEX triplet: BB, B6 and 42. RGB value is (187,182,66). Sum of RGB (Red+Green+Blue) = 187+182+66=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB642 is #4449BD. Grayscale: #AAAAAA. Windows color (decimal): -4475326 or 4372155. OLE color: 4372155.

HSL color Cylindrical-coordinate representation of color #BBB642: hue angle of 57.52º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBB642 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 182 66 -
CMYK 0 0.03 0.65 0.27
HSL 57.52º 0.48% 0.5% -
HSV(B) 57.52º 0.65% 0.73% -
XYZ 38.2 44.41 11.71 -
YUV 170.27 69.16 139.93 -
System Red Green Blue C M Y K H S L
Decimal 187 182 66 0 0.03 0.65 0.27 57.52 0.48 0.5
Hex BB B6 42 0 3 41 1B 3A 30 32
Octal 273 266 102 0 3 101 33 72 60 62
Binary 10111011 10110110 1000010 0 11 1000001 11011 111010 110000 110010

Color Harmonies of #BBB642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB642

Black with #BBB642

Text Example


Text Example

White with #BBB642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB642; }

 p { color: rgb(187,182,66); }

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

background-color css

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

 a { background-color: rgb(187,182,66); }

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

border-color css

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

 span { border-color: rgb(187,182,66); }

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