Html Css Color HEX #BBB034 Brass

📋 copy color: '#BBB034'

red 187 ◦ green 176 ◦ blue 52

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

Shades of Brass #BBB034

Tints of Brass #BBB034

RGB

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

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

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

R = 45.06%
G = 42.41%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBB034 (or 0xBBB034) is known color: Brass. HEX triplet: BB, B0 and 34. RGB value is (187,176,52). Sum of RGB (Red+Green+Blue) = 187+176+52=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB034 is #444FCB. Grayscale: #A5A5A5. Windows color (decimal): -4476876 or 3453115. OLE color: 3453115.

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

Color convert

RGB 187 176 52 -
CMYK 0 0.06 0.72 0.27
HSL 55.11º 0.56% 0.47% -
HSV(B) 55.11º 0.72% 0.73% -
XYZ 36.64 41.86 9.4 -
YUV 165.15 64.14 143.58 -
System Red Green Blue C M Y K H S L
Decimal 187 176 52 0 0.06 0.72 0.27 55.11 0.56 0.47
Hex BB B0 34 0 6 48 1B 37 38 2F
Octal 273 260 64 0 6 110 33 67 70 57
Binary 10111011 10110000 110100 0 110 1001000 11011 110111 111000 101111

Color Harmonies of #BBB034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB034

Black with #BBB034

Text Example


Text Example

White with #BBB034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB034; }

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

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

background-color css

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

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

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

border-color css

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

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

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