Html Css Color HEX #BBB635 Brass

📋 copy color: '#BBB635'

red 187 ◦ green 182 ◦ blue 53

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

Shades of Brass #BBB635

Tints of Brass #BBB635

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.13%

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

R = 44.31%
G = 43.13%
B = 12.56%

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

#BBB635 (or 0xBBB635) is known color: Brass. HEX triplet: BB, B6 and 35. RGB value is (187,182,53). Sum of RGB (Red+Green+Blue) = 187+182+53=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB635 is #4449CA. Grayscale: #A9A9A9. Windows color (decimal): -4475339 or 3520187. OLE color: 3520187.

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

Color convert

RGB 187 182 53 -
CMYK 0 0.03 0.72 0.27
HSL 57.76º 0.56% 0.47% -
HSV(B) 57.76º 0.72% 0.73% -
XYZ 37.86 44.28 9.92 -
YUV 168.79 62.66 140.99 -
System Red Green Blue C M Y K H S L
Decimal 187 182 53 0 0.03 0.72 0.27 57.76 0.56 0.47
Hex BB B6 35 0 3 48 1B 3A 38 2F
Octal 273 266 65 0 3 110 33 72 70 57
Binary 10111011 10110110 110101 0 11 1001000 11011 111010 111000 101111

Color Harmonies of #BBB635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB635

Black with #BBB635

Text Example


Text Example

White with #BBB635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB635; }

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

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

background-color css

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

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

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

border-color css

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

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

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