Html Css Color HEX #BBB736 Brass

📋 copy color: '#BBB736'

red 187 ◦ green 183 ◦ blue 54

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

Shades of Brass #BBB736

Tints of Brass #BBB736

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.16%

 BLUE value IS 54 (21.48% from 255) = 12.74%

R = 44.1%
G = 43.16%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BBB736 (or 0xBBB736) is known color: Brass. HEX triplet: BB, B7 and 36. RGB value is (187,183,54). Sum of RGB (Red+Green+Blue) = 187+183+54=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB736 is #4448C9. Grayscale: #AAAAAA. Windows color (decimal): -4475082 or 3585979. OLE color: 3585979.

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

Color convert

RGB 187 183 54 -
CMYK 0 0.02 0.71 0.27
HSL 58.2º 0.55% 0.47% -
HSV(B) 58.2º 0.71% 0.73% -
XYZ 38.09 44.7 10.11 -
YUV 169.49 62.83 140.49 -
System Red Green Blue C M Y K H S L
Decimal 187 183 54 0 0.02 0.71 0.27 58.2 0.55 0.47
Hex BB B7 36 0 2 47 1B 3A 37 2F
Octal 273 267 66 0 2 107 33 72 67 57
Binary 10111011 10110111 110110 0 10 1000111 11011 111010 110111 101111

Color Harmonies of #BBB736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB736

Black with #BBB736

Text Example


Text Example

White with #BBB736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB736; }

 p { color: rgb(187,183,54); }

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

background-color css

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

 a { background-color: rgb(187,183,54); }

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

border-color css

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

 span { border-color: rgb(187,183,54); }

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