Html Css Color HEX #BBB334 Brass

📋 copy color: '#BBB334'

red 187 ◦ green 179 ◦ blue 52

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

Shades of Brass #BBB334

Tints of Brass #BBB334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.82%

 BLUE value IS 52 (20.7% from 255) = 12.44%

R = 44.74%
G = 42.82%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBB334 (or 0xBBB334) is known color: Brass. HEX triplet: BB, B3 and 34. RGB value is (187,179,52). Sum of RGB (Red+Green+Blue) = 187+179+52=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB334 is #444CCB. Grayscale: #A7A7A7. Windows color (decimal): -4476108 or 3453883. OLE color: 3453883.

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

Color convert

RGB 187 179 52 -
CMYK 0 0.04 0.72 0.27
HSL 56.44º 0.56% 0.47% -
HSV(B) 56.44º 0.72% 0.73% -
XYZ 37.23 43.05 9.6 -
YUV 166.91 63.15 142.33 -
System Red Green Blue C M Y K H S L
Decimal 187 179 52 0 0.04 0.72 0.27 56.44 0.56 0.47
Hex BB B3 34 0 4 48 1B 38 38 2F
Octal 273 263 64 0 4 110 33 70 70 57
Binary 10111011 10110011 110100 0 100 1001000 11011 111000 111000 101111

Color Harmonies of #BBB334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB334

Black with #BBB334

Text Example


Text Example

White with #BBB334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB334; }

 p { color: rgb(187,179,52); }

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

background-color css

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

 a { background-color: rgb(187,179,52); }

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

border-color css

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

 span { border-color: rgb(187,179,52); }

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