Html Css Color HEX #BBB534 Brass

📋 copy color: '#BBB534'

red 187 ◦ green 181 ◦ blue 52

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

Shades of Brass #BBB534

Tints of Brass #BBB534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.1%

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

R = 44.52%
G = 43.1%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBB534 (or 0xBBB534) is known color: Brass. HEX triplet: BB, B5 and 34. RGB value is (187,181,52). Sum of RGB (Red+Green+Blue) = 187+181+52=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB534 is #444ACB. Grayscale: #A8A8A8. Windows color (decimal): -4475596 or 3454395. OLE color: 3454395.

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

Color convert

RGB 187 181 52 -
CMYK 0 0.03 0.72 0.27
HSL 57.33º 0.56% 0.47% -
HSV(B) 57.33º 0.72% 0.73% -
XYZ 37.64 43.86 9.73 -
YUV 168.09 62.49 141.49 -
System Red Green Blue C M Y K H S L
Decimal 187 181 52 0 0.03 0.72 0.27 57.33 0.56 0.47
Hex BB B5 34 0 3 48 1B 39 38 2F
Octal 273 265 64 0 3 110 33 71 70 57
Binary 10111011 10110101 110100 0 11 1001000 11011 111001 111000 101111

Color Harmonies of #BBB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB534

Black with #BBB534

Text Example


Text Example

White with #BBB534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB534; }

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

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

background-color css

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

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

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

border-color css

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

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

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