Html Css Color HEX #BBA736 Brass

📋 copy color: '#BBA736'

red 187 ◦ green 167 ◦ blue 54

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

Shades of Brass #BBA736

Tints of Brass #BBA736

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.93%

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

R = 45.83%
G = 40.93%
B = 13.24%

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

#BBA736 (or 0xBBA736) is known color: Brass. HEX triplet: BB, A7 and 36. RGB value is (187,167,54). Sum of RGB (Red+Green+Blue) = 187+167+54=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 54 (21.48% from 255 or 13.24% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA736 is #4458C9. Grayscale: #A0A0A0. Windows color (decimal): -4479178 or 3581883. OLE color: 3581883.

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

Color convert

RGB 187 167 54 -
CMYK 0 0.11 0.71 0.27
HSL 50.98º 0.55% 0.47% -
HSV(B) 50.98º 0.71% 0.73% -
XYZ 34.98 38.47 9.07 -
YUV 160.1 68.13 147.19 -
System Red Green Blue C M Y K H S L
Decimal 187 167 54 0 0.11 0.71 0.27 50.98 0.55 0.47
Hex BB A7 36 0 B 47 1B 33 37 2F
Octal 273 247 66 0 13 107 33 63 67 57
Binary 10111011 10100111 110110 0 1011 1000111 11011 110011 110111 101111

Color Harmonies of #BBA736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA736

Black with #BBA736

Text Example


Text Example

White with #BBA736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA736; }

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

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

background-color css

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

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

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

border-color css

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

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

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