Html Css Color HEX #BBAD42 Brass

📋 copy color: '#BBAD42'

red 187 ◦ green 173 ◦ blue 66

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

Shades of Brass #BBAD42

Tints of Brass #BBAD42

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.61%

 BLUE value IS 66 (26.17% from 255) = 15.49%

R = 43.9%
G = 40.61%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BBAD42 (or 0xBBAD42) is known color: Brass. HEX triplet: BB, AD and 42. RGB value is (187,173,66). Sum of RGB (Red+Green+Blue) = 187+173+66=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD42 is #4452BD. Grayscale: #A5A5A5. Windows color (decimal): -4477630 or 4369851. OLE color: 4369851.

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

Color convert

RGB 187 173 66 -
CMYK 0 0.07 0.65 0.27
HSL 53.06º 0.48% 0.5% -
HSV(B) 53.06º 0.65% 0.73% -
XYZ 36.42 40.85 11.12 -
YUV 164.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 187 173 66 0 0.07 0.65 0.27 53.06 0.48 0.5
Hex BB AD 42 0 7 41 1B 35 30 32
Octal 273 255 102 0 7 101 33 65 60 62
Binary 10111011 10101101 1000010 0 111 1000001 11011 110101 110000 110010

Color Harmonies of #BBAD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD42

Black with #BBAD42

Text Example


Text Example

White with #BBAD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD42; }

 p { color: rgb(187,173,66); }

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

background-color css

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

 a { background-color: rgb(187,173,66); }

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

border-color css

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

 span { border-color: rgb(187,173,66); }

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