Html Css Color HEX #BBAC34 Brass

📋 copy color: '#BBAC34'

red 187 ◦ green 172 ◦ blue 52

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

Shades of Brass #BBAC34

Tints of Brass #BBAC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.65%

R = 45.5%
G = 41.85%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBAC34 (or 0xBBAC34) is known color: Brass. HEX triplet: BB, AC and 34. RGB value is (187,172,52). Sum of RGB (Red+Green+Blue) = 187+172+52=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC34 is #4453CB. Grayscale: #A3A3A3. Windows color (decimal): -4477900 or 3452091. OLE color: 3452091.

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

Color convert

RGB 187 172 52 -
CMYK 0 0.08 0.72 0.27
HSL 53.33º 0.56% 0.47% -
HSV(B) 53.33º 0.72% 0.73% -
XYZ 35.87 40.32 9.14 -
YUV 162.81 65.47 145.26 -
System Red Green Blue C M Y K H S L
Decimal 187 172 52 0 0.08 0.72 0.27 53.33 0.56 0.47
Hex BB AC 34 0 8 48 1B 35 38 2F
Octal 273 254 64 0 10 110 33 65 70 57
Binary 10111011 10101100 110100 0 1000 1001000 11011 110101 111000 101111

Color Harmonies of #BBAC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC34

Black with #BBAC34

Text Example


Text Example

White with #BBAC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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