Html Css Color HEX #BBB044 Brass

📋 copy color: '#BBB044'

red 187 ◦ green 176 ◦ blue 68

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

Shades of Brass #BBB044

Tints of Brass #BBB044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.78%

R = 43.39%
G = 40.84%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BBB044 (or 0xBBB044) is known color: Brass. HEX triplet: BB, B0 and 44. RGB value is (187,176,68). Sum of RGB (Red+Green+Blue) = 187+176+68=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 68 (26.95% from 255 or 15.78% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB044 is #444FBB. Grayscale: #A7A7A7. Windows color (decimal): -4476860 or 4501691. OLE color: 4501691.

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

Color convert

RGB 187 176 68 -
CMYK 0 0.06 0.64 0.27
HSL 54.45º 0.47% 0.5% -
HSV(B) 54.45º 0.64% 0.73% -
XYZ 37.06 42.03 11.63 -
YUV 166.98 72.14 142.28 -
System Red Green Blue C M Y K H S L
Decimal 187 176 68 0 0.06 0.64 0.27 54.45 0.47 0.5
Hex BB B0 44 0 6 40 1B 36 2F 32
Octal 273 260 104 0 6 100 33 66 57 62
Binary 10111011 10110000 1000100 0 110 1000000 11011 110110 101111 110010

Color Harmonies of #BBB044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB044

Black with #BBB044

Text Example


Text Example

White with #BBB044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB044; }

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

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

background-color css

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

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

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

border-color css

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

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

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