Html Css Color HEX #BBB636 Brass

📋 copy color: '#BBB636'

red 187 ◦ green 182 ◦ blue 54

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

Shades of Brass #BBB636

Tints of Brass #BBB636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.77%

R = 44.21%
G = 43.03%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BBB636 (or 0xBBB636) is known color: Brass. HEX triplet: BB, B6 and 36. RGB value is (187,182,54). Sum of RGB (Red+Green+Blue) = 187+182+54=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB636 is #4449C9. Grayscale: #A9A9A9. Windows color (decimal): -4475338 or 3585723. OLE color: 3585723.

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

Color convert

RGB 187 182 54 -
CMYK 0 0.03 0.71 0.27
HSL 57.74º 0.55% 0.47% -
HSV(B) 57.74º 0.71% 0.73% -
XYZ 37.89 44.29 10.04 -
YUV 168.9 63.16 140.91 -
System Red Green Blue C M Y K H S L
Decimal 187 182 54 0 0.03 0.71 0.27 57.74 0.55 0.47
Hex BB B6 36 0 3 47 1B 3A 37 2F
Octal 273 266 66 0 3 107 33 72 67 57
Binary 10111011 10110110 110110 0 11 1000111 11011 111010 110111 101111

Color Harmonies of #BBB636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB636

Black with #BBB636

Text Example


Text Example

White with #BBB636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB636; }

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

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

background-color css

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

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

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

border-color css

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

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

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