Html Css Color HEX #BBAF42 Brass

📋 copy color: '#BBAF42'

red 187 ◦ green 175 ◦ blue 66

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

Shades of Brass #BBAF42

Tints of Brass #BBAF42

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.89%

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

R = 43.69%
G = 40.89%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BBAF42 (or 0xBBAF42) is known color: Brass. HEX triplet: BB, AF and 42. RGB value is (187,175,66). Sum of RGB (Red+Green+Blue) = 187+175+66=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 66 (26.17% from 255 or 15.42% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF42 is #4450BD. Grayscale: #A6A6A6. Windows color (decimal): -4477118 or 4370363. OLE color: 4370363.

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

Color convert

RGB 187 175 66 -
CMYK 0 0.06 0.65 0.27
HSL 54.05º 0.48% 0.5% -
HSV(B) 54.05º 0.65% 0.73% -
XYZ 36.81 41.62 11.25 -
YUV 166.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 187 175 66 0 0.06 0.65 0.27 54.05 0.48 0.5
Hex BB AF 42 0 6 41 1B 36 30 32
Octal 273 257 102 0 6 101 33 66 60 62
Binary 10111011 10101111 1000010 0 110 1000001 11011 110110 110000 110010

Color Harmonies of #BBAF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF42

Black with #BBAF42

Text Example


Text Example

White with #BBAF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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