Html Css Color HEX #BBA636 Brass

📋 copy color: '#BBA636'

red 187 ◦ green 166 ◦ blue 54

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

Shades of Brass #BBA636

Tints of Brass #BBA636

RGB

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

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

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

R = 45.95%
G = 40.79%
B = 13.27%

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

#BBA636 (or 0xBBA636) is known color: Brass. HEX triplet: BB, A6 and 36. RGB value is (187,166,54). Sum of RGB (Red+Green+Blue) = 187+166+54=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 54 (21.48% from 255 or 13.27% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA636 is #4459C9. Grayscale: #9F9F9F. Windows color (decimal): -4479434 or 3581627. OLE color: 3581627.

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

Color convert

RGB 187 166 54 -
CMYK 0 0.11 0.71 0.27
HSL 50.53º 0.55% 0.47% -
HSV(B) 50.53º 0.71% 0.73% -
XYZ 34.8 38.1 9.01 -
YUV 159.51 68.46 147.61 -
System Red Green Blue C M Y K H S L
Decimal 187 166 54 0 0.11 0.71 0.27 50.53 0.55 0.47
Hex BB A6 36 0 B 47 1B 33 37 2F
Octal 273 246 66 0 13 107 33 63 67 57
Binary 10111011 10100110 110110 0 1011 1000111 11011 110011 110111 101111

Color Harmonies of #BBA636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA636

Black with #BBA636

Text Example


Text Example

White with #BBA636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA636; }

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

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

background-color css

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

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

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

border-color css

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

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

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