Html Css Color HEX #BBAC37 Brass

📋 copy color: '#BBAC37'

red 187 ◦ green 172 ◦ blue 55

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

Shades of Brass #BBAC37

Tints of Brass #BBAC37

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.55%

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

R = 45.17%
G = 41.55%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BBAC37 (or 0xBBAC37) is known color: Brass. HEX triplet: BB, AC and 37. RGB value is (187,172,55). Sum of RGB (Red+Green+Blue) = 187+172+55=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 55 (21.88% from 255 or 13.29% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC37 is #4453C8. Grayscale: #A3A3A3. Windows color (decimal): -4477897 or 3648699. OLE color: 3648699.

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

Color convert

RGB 187 172 55 -
CMYK 0 0.08 0.71 0.27
HSL 53.18º 0.55% 0.47% -
HSV(B) 53.18º 0.71% 0.73% -
XYZ 35.94 40.35 9.51 -
YUV 163.15 66.97 145.01 -
System Red Green Blue C M Y K H S L
Decimal 187 172 55 0 0.08 0.71 0.27 53.18 0.55 0.47
Hex BB AC 37 0 8 47 1B 35 37 2F
Octal 273 254 67 0 10 107 33 65 67 57
Binary 10111011 10101100 110111 0 1000 1000111 11011 110101 110111 101111

Color Harmonies of #BBAC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC37

Black with #BBAC37

Text Example


Text Example

White with #BBAC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC37; }

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

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

background-color css

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

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

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

border-color css

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

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

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