Html Css Color HEX #BBAB40 Brass

📋 copy color: '#BBAB40'

red 187 ◦ green 171 ◦ blue 64

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

Shades of Brass #BBAB40

Tints of Brass #BBAB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.17%

R = 44.31%
G = 40.52%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BBAB40 (or 0xBBAB40) is known color: Brass. HEX triplet: BB, AB and 40. RGB value is (187,171,64). Sum of RGB (Red+Green+Blue) = 187+171+64=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB40 is #4454BF. Grayscale: #A4A4A4. Windows color (decimal): -4478144 or 4238267. OLE color: 4238267.

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

Color convert

RGB 187 171 64 -
CMYK 0 0.09 0.66 0.27
HSL 52.2º 0.49% 0.49% -
HSV(B) 52.2º 0.66% 0.73% -
XYZ 35.98 40.06 10.69 -
YUV 163.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 187 171 64 0 0.09 0.66 0.27 52.2 0.49 0.49
Hex BB AB 40 0 9 42 1B 34 31 31
Octal 273 253 100 0 11 102 33 64 61 61
Binary 10111011 10101011 1000000 0 1001 1000010 11011 110100 110001 110001

Color Harmonies of #BBAB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB40

Black with #BBAB40

Text Example


Text Example

White with #BBAB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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