Html Css Color HEX #BBAB34 Brass

📋 copy color: '#BBAB34'

red 187 ◦ green 171 ◦ blue 52

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

Shades of Brass #BBAB34

Tints of Brass #BBAB34

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.71%

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

R = 45.61%
G = 41.71%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBAB34 (or 0xBBAB34) is known color: Brass. HEX triplet: BB, AB and 34. RGB value is (187,171,52). Sum of RGB (Red+Green+Blue) = 187+171+52=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB34 is #4454CB. Grayscale: #A2A2A2. Windows color (decimal): -4478156 or 3451835. OLE color: 3451835.

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

Color convert

RGB 187 171 52 -
CMYK 0 0.09 0.72 0.27
HSL 52.89º 0.56% 0.47% -
HSV(B) 52.89º 0.72% 0.73% -
XYZ 35.68 39.94 9.08 -
YUV 162.22 65.8 145.68 -
System Red Green Blue C M Y K H S L
Decimal 187 171 52 0 0.09 0.72 0.27 52.89 0.56 0.47
Hex BB AB 34 0 9 48 1B 35 38 2F
Octal 273 253 64 0 11 110 33 65 70 57
Binary 10111011 10101011 110100 0 1001 1001000 11011 110101 111000 101111

Color Harmonies of #BBAB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB34

Black with #BBAB34

Text Example


Text Example

White with #BBAB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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