Html Css Color HEX #BBB047 Brass

📋 copy color: '#BBB047'

red 187 ◦ green 176 ◦ blue 71

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

Shades of Brass #BBB047

Tints of Brass #BBB047

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.55%

 BLUE value IS 71 (28.13% from 255) = 16.36%

R = 43.09%
G = 40.55%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BBB047 (or 0xBBB047) is known color: Brass. HEX triplet: BB, B0 and 47. RGB value is (187,176,71). Sum of RGB (Red+Green+Blue) = 187+176+71=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 71 (28.12% from 255 or 16.36% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB047 is #444FB8. Grayscale: #A7A7A7. Windows color (decimal): -4476857 or 4698299. OLE color: 4698299.

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

Color convert

RGB 187 176 71 -
CMYK 0 0.06 0.62 0.27
HSL 54.31º 0.46% 0.51% -
HSV(B) 54.31º 0.62% 0.73% -
XYZ 37.16 42.07 12.12 -
YUV 167.32 73.64 142.04 -
System Red Green Blue C M Y K H S L
Decimal 187 176 71 0 0.06 0.62 0.27 54.31 0.46 0.51
Hex BB B0 47 0 6 3E 1B 36 2E 33
Octal 273 260 107 0 6 76 33 66 56 63
Binary 10111011 10110000 1000111 0 110 111110 11011 110110 101110 110011

Color Harmonies of #BBB047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB047

Black with #BBB047

Text Example


Text Example

White with #BBB047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB047; }

 p { color: rgb(187,176,71); }

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

background-color css

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

 a { background-color: rgb(187,176,71); }

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

border-color css

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

 span { border-color: rgb(187,176,71); }

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