Html Css Color HEX #BBAF49 Brass

📋 copy color: '#BBAF49'

red 187 ◦ green 175 ◦ blue 73

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

Shades of Brass #BBAF49

Tints of Brass #BBAF49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.78%

R = 42.99%
G = 40.23%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BBAF49 (or 0xBBAF49) is known color: Brass. HEX triplet: BB, AF and 49. RGB value is (187,175,73). Sum of RGB (Red+Green+Blue) = 187+175+73=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF49 is #4450B6. Grayscale: #A7A7A7. Windows color (decimal): -4477111 or 4829115. OLE color: 4829115.

HSL color Cylindrical-coordinate representation of color #BBAF49: hue angle of 53.68º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBAF49 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 73 -
CMYK 0 0.06 0.61 0.27
HSL 53.68º 0.46% 0.51% -
HSV(B) 53.68º 0.61% 0.73% -
XYZ 37.03 41.71 12.4 -
YUV 166.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 187 175 73 0 0.06 0.61 0.27 53.68 0.46 0.51
Hex BB AF 49 0 6 3D 1B 36 2E 33
Octal 273 257 111 0 6 75 33 66 56 63
Binary 10111011 10101111 1001001 0 110 111101 11011 110110 101110 110011

Color Harmonies of #BBAF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF49

Black with #BBAF49

Text Example


Text Example

White with #BBAF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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