Html Css Color HEX #BBA637 Brass

📋 copy color: '#BBA637'

red 187 ◦ green 166 ◦ blue 55

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

Shades of Brass #BBA637

Tints of Brass #BBA637

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.69%

 BLUE value IS 55 (21.88% from 255) = 13.48%

R = 45.83%
G = 40.69%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BBA637 (or 0xBBA637) is known color: Brass. HEX triplet: BB, A6 and 37. RGB value is (187,166,55). Sum of RGB (Red+Green+Blue) = 187+166+55=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 55 (21.88% from 255 or 13.48% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA637 is #4459C8. Grayscale: #A0A0A0. Windows color (decimal): -4479433 or 3647163. OLE color: 3647163.

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

Color convert

RGB 187 166 55 -
CMYK 0 0.11 0.71 0.27
HSL 50.45º 0.55% 0.47% -
HSV(B) 50.45º 0.71% 0.73% -
XYZ 34.82 38.11 9.14 -
YUV 159.63 68.96 147.53 -
System Red Green Blue C M Y K H S L
Decimal 187 166 55 0 0.11 0.71 0.27 50.45 0.55 0.47
Hex BB A6 37 0 B 47 1B 32 37 2F
Octal 273 246 67 0 13 107 33 62 67 57
Binary 10111011 10100110 110111 0 1011 1000111 11011 110010 110111 101111

Color Harmonies of #BBA637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA637

Black with #BBA637

Text Example


Text Example

White with #BBA637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA637; }

 p { color: rgb(187,166,55); }

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

background-color css

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

 a { background-color: rgb(187,166,55); }

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

border-color css

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

 span { border-color: rgb(187,166,55); }

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