Html Css Color HEX #BBAF48 Brass

📋 copy color: '#BBAF48'

red 187 ◦ green 175 ◦ blue 72

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

Shades of Brass #BBAF48

Tints of Brass #BBAF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.59%

R = 43.09%
G = 40.32%
B = 16.59%

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

#BBAF48 (or 0xBBAF48) is known color: Brass. HEX triplet: BB, AF and 48. RGB value is (187,175,72). Sum of RGB (Red+Green+Blue) = 187+175+72=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF48 is #4450B7. Grayscale: #A7A7A7. Windows color (decimal): -4477112 or 4763579. OLE color: 4763579.

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

Color convert

RGB 187 175 72 -
CMYK 0 0.06 0.61 0.27
HSL 53.74º 0.46% 0.51% -
HSV(B) 53.74º 0.61% 0.73% -
XYZ 36.99 41.69 12.23 -
YUV 166.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 187 175 72 0 0.06 0.61 0.27 53.74 0.46 0.51
Hex BB AF 48 0 6 3D 1B 36 2E 33
Octal 273 257 110 0 6 75 33 66 56 63
Binary 10111011 10101111 1001000 0 110 111101 11011 110110 101110 110011

Color Harmonies of #BBAF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF48

Black with #BBAF48

Text Example


Text Example

White with #BBAF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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