Html Css Color HEX #BBAC3F Brass

📋 copy color: '#BBAC3F'

red 187 ◦ green 172 ◦ blue 63

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

Shades of Brass #BBAC3F

Tints of Brass #BBAC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.93%

R = 44.31%
G = 40.76%
B = 14.93%

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

#BBAC3F (or 0xBBAC3F) is known color: Brass. HEX triplet: BB, AC and 3F. RGB value is (187,172,63). Sum of RGB (Red+Green+Blue) = 187+172+63=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC3F is #4453C0. Grayscale: #A4A4A4. Windows color (decimal): -4477889 or 4172987. OLE color: 4172987.

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

Color convert

RGB 187 172 63 -
CMYK 0 0.08 0.66 0.27
HSL 52.74º 0.5% 0.49% -
HSV(B) 52.74º 0.66% 0.73% -
XYZ 36.14 40.43 10.6 -
YUV 164.06 70.97 144.36 -
System Red Green Blue C M Y K H S L
Decimal 187 172 63 0 0.08 0.66 0.27 52.74 0.5 0.49
Hex BB AC 3F 0 8 42 1B 35 32 31
Octal 273 254 77 0 10 102 33 65 62 61
Binary 10111011 10101100 111111 0 1000 1000010 11011 110101 110010 110001

Color Harmonies of #BBAC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC3F

Black with #BBAC3F

Text Example


Text Example

White with #BBAC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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