Html Css Color HEX #BBAC42 Brass

📋 copy color: '#BBAC42'

red 187 ◦ green 172 ◦ blue 66

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

Shades of Brass #BBAC42

Tints of Brass #BBAC42

RGB

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

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

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

R = 44%
G = 40.47%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BBAC42 (or 0xBBAC42) is known color: Brass. HEX triplet: BB, AC and 42. RGB value is (187,172,66). Sum of RGB (Red+Green+Blue) = 187+172+66=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC42 is #4453BD. Grayscale: #A4A4A4. Windows color (decimal): -4477886 or 4369595. OLE color: 4369595.

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

Color convert

RGB 187 172 66 -
CMYK 0 0.08 0.65 0.27
HSL 52.56º 0.48% 0.5% -
HSV(B) 52.56º 0.65% 0.73% -
XYZ 36.23 40.46 11.05 -
YUV 164.4 72.47 144.12 -
System Red Green Blue C M Y K H S L
Decimal 187 172 66 0 0.08 0.65 0.27 52.56 0.48 0.5
Hex BB AC 42 0 8 41 1B 35 30 32
Octal 273 254 102 0 10 101 33 65 60 62
Binary 10111011 10101100 1000010 0 1000 1000001 11011 110101 110000 110010

Color Harmonies of #BBAC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC42

Black with #BBAC42

Text Example


Text Example

White with #BBAC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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