Html Css Color HEX #BBAB4A Brass

📋 copy color: '#BBAB4A'

red 187 ◦ green 171 ◦ blue 74

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

Shades of Brass #BBAB4A

Tints of Brass #BBAB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.13%

R = 43.29%
G = 39.58%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BBAB4A (or 0xBBAB4A) is known color: Brass. HEX triplet: BB, AB and 4A. RGB value is (187,171,74). Sum of RGB (Red+Green+Blue) = 187+171+74=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB4A is #4454B5. Grayscale: #A5A5A5. Windows color (decimal): -4478134 or 4893627. OLE color: 4893627.

HSL color Cylindrical-coordinate representation of color #BBAB4A: hue angle of 51.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBAB4A is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 171 74 -
CMYK 0 0.09 0.60 0.27
HSL 51.5º 0.45% 0.51% -
HSV(B) 51.5º 0.6% 0.73% -
XYZ 36.29 40.19 12.32 -
YUV 164.73 76.8 143.89 -
System Red Green Blue C M Y K H S L
Decimal 187 171 74 0 0.09 0.60 0.27 51.5 0.45 0.51
Hex BB AB 4A 0 9 3C 1B 34 2D 33
Octal 273 253 112 0 11 74 33 64 55 63
Binary 10111011 10101011 1001010 0 1001 111100 11011 110100 101101 110011

Color Harmonies of #BBAB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB4A

Black with #BBAB4A

Text Example


Text Example

White with #BBAB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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