Html Css Color HEX #BBAF37 Brass

📋 copy color: '#BBAF37'

red 187 ◦ green 175 ◦ blue 55

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

Shades of Brass #BBAF37

Tints of Brass #BBAF37

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.97%

 BLUE value IS 55 (21.88% from 255) = 13.19%

R = 44.84%
G = 41.97%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BBAF37 (or 0xBBAF37) is known color: Brass. HEX triplet: BB, AF and 37. RGB value is (187,175,55). Sum of RGB (Red+Green+Blue) = 187+175+55=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF37 is #4450C8. Grayscale: #A5A5A5. Windows color (decimal): -4477129 or 3649467. OLE color: 3649467.

HSL color Cylindrical-coordinate representation of color #BBAF37: hue angle of 54.55º 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 #BBAF37 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 55 -
CMYK 0 0.06 0.71 0.27
HSL 54.55º 0.55% 0.47% -
HSV(B) 54.55º 0.71% 0.73% -
XYZ 36.51 41.5 9.7 -
YUV 164.91 65.98 143.76 -
System Red Green Blue C M Y K H S L
Decimal 187 175 55 0 0.06 0.71 0.27 54.55 0.55 0.47
Hex BB AF 37 0 6 47 1B 37 37 2F
Octal 273 257 67 0 6 107 33 67 67 57
Binary 10111011 10101111 110111 0 110 1000111 11011 110111 110111 101111

Color Harmonies of #BBAF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF37

Black with #BBAF37

Text Example


Text Example

White with #BBAF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF37; }

 p { color: rgb(187,175,55); }

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

background-color css

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

 a { background-color: rgb(187,175,55); }

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

border-color css

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

 span { border-color: rgb(187,175,55); }

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