Html Css Color HEX #BBAC3E Brass

📋 copy color: '#BBAC3E'

red 187 ◦ green 172 ◦ blue 62

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

Shades of Brass #BBAC3E

Tints of Brass #BBAC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.73%

R = 44.42%
G = 40.86%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BBAC3E (or 0xBBAC3E) is known color: Brass. HEX triplet: BB, AC and 3E. RGB value is (187,172,62). Sum of RGB (Red+Green+Blue) = 187+172+62=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC3E is #4453C1. Grayscale: #A4A4A4. Windows color (decimal): -4477890 or 4107451. OLE color: 4107451.

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

Color convert

RGB 187 172 62 -
CMYK 0 0.08 0.67 0.27
HSL 52.8º 0.5% 0.49% -
HSV(B) 52.8º 0.67% 0.73% -
XYZ 36.12 40.42 10.46 -
YUV 163.95 70.47 144.44 -
System Red Green Blue C M Y K H S L
Decimal 187 172 62 0 0.08 0.67 0.27 52.8 0.5 0.49
Hex BB AC 3E 0 8 43 1B 35 32 31
Octal 273 254 76 0 10 103 33 65 62 61
Binary 10111011 10101100 111110 0 1000 1000011 11011 110101 110010 110001

Color Harmonies of #BBAC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC3E

Black with #BBAC3E

Text Example


Text Example

White with #BBAC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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