Html Css Color HEX #BBB435 Brass

📋 copy color: '#BBB435'

red 187 ◦ green 180 ◦ blue 53

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

Shades of Brass #BBB435

Tints of Brass #BBB435

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.86%

 BLUE value IS 53 (21.09% from 255) = 12.62%

R = 44.52%
G = 42.86%
B = 12.62%

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

#BBB435 (or 0xBBB435) is known color: Brass. HEX triplet: BB, B4 and 35. RGB value is (187,180,53). Sum of RGB (Red+Green+Blue) = 187+180+53=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB435 is #444BCA. Grayscale: #A8A8A8. Windows color (decimal): -4475851 or 3519675. OLE color: 3519675.

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

Color convert

RGB 187 180 53 -
CMYK 0 0.04 0.72 0.27
HSL 56.87º 0.56% 0.47% -
HSV(B) 56.87º 0.72% 0.73% -
XYZ 37.46 43.46 9.78 -
YUV 167.62 63.32 141.83 -
System Red Green Blue C M Y K H S L
Decimal 187 180 53 0 0.04 0.72 0.27 56.87 0.56 0.47
Hex BB B4 35 0 4 48 1B 39 38 2F
Octal 273 264 65 0 4 110 33 71 70 57
Binary 10111011 10110100 110101 0 100 1001000 11011 111001 111000 101111

Color Harmonies of #BBB435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB435

Black with #BBB435

Text Example


Text Example

White with #BBB435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB435; }

 p { color: rgb(187,180,53); }

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

background-color css

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

 a { background-color: rgb(187,180,53); }

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

border-color css

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

 span { border-color: rgb(187,180,53); }

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