Html Css Color HEX #BBAC40 Brass

📋 copy color: '#BBAC40'

red 187 ◦ green 172 ◦ blue 64

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

Shades of Brass #BBAC40

Tints of Brass #BBAC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.13%

R = 44.21%
G = 40.66%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BBAC40 (or 0xBBAC40) is known color: Brass. HEX triplet: BB, AC and 40. RGB value is (187,172,64). Sum of RGB (Red+Green+Blue) = 187+172+64=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC40 is #4453BF. Grayscale: #A4A4A4. Windows color (decimal): -4477888 or 4238523. OLE color: 4238523.

HSL color Cylindrical-coordinate representation of color #BBAC40: hue angle of 52.68º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBAC40 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 172 64 -
CMYK 0 0.08 0.66 0.27
HSL 52.68º 0.49% 0.49% -
HSV(B) 52.68º 0.66% 0.73% -
XYZ 36.17 40.44 10.75 -
YUV 164.17 71.47 144.28 -
System Red Green Blue C M Y K H S L
Decimal 187 172 64 0 0.08 0.66 0.27 52.68 0.49 0.49
Hex BB AC 40 0 8 42 1B 35 31 31
Octal 273 254 100 0 10 102 33 65 61 61
Binary 10111011 10101100 1000000 0 1000 1000010 11011 110101 110001 110001

Color Harmonies of #BBAC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC40

Black with #BBAC40

Text Example


Text Example

White with #BBAC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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