Html Css Color HEX #BBA836 Brass

📋 copy color: '#BBA836'

red 187 ◦ green 168 ◦ blue 54

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

Shades of Brass #BBA836

Tints of Brass #BBA836

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.08%

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

R = 45.72%
G = 41.08%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BBA836 (or 0xBBA836) is known color: Brass. HEX triplet: BB, A8 and 36. RGB value is (187,168,54). Sum of RGB (Red+Green+Blue) = 187+168+54=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 54 (21.48% from 255 or 13.20% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA836 is #4457C9. Grayscale: #A1A1A1. Windows color (decimal): -4478922 or 3582139. OLE color: 3582139.

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

Color convert

RGB 187 168 54 -
CMYK 0 0.10 0.71 0.27
HSL 51.43º 0.55% 0.47% -
HSV(B) 51.43º 0.71% 0.73% -
XYZ 35.16 38.84 9.13 -
YUV 160.69 67.79 146.77 -
System Red Green Blue C M Y K H S L
Decimal 187 168 54 0 0.10 0.71 0.27 51.43 0.55 0.47
Hex BB A8 36 0 A 47 1B 33 37 2F
Octal 273 250 66 0 12 107 33 63 67 57
Binary 10111011 10101000 110110 0 1010 1000111 11011 110011 110111 101111

Color Harmonies of #BBA836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA836

Black with #BBA836

Text Example


Text Example

White with #BBA836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA836; }

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

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

background-color css

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

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

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

border-color css

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

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

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