Html Css Color HEX #B5B636 Brass

📋 copy color: '#B5B636'

red 181 ◦ green 182 ◦ blue 54

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

Shades of Brass #B5B636

Tints of Brass #B5B636

RGB

 RED value IS 181 (71.09% from 255) = 43.41%

 GREEN value IS 182 (71.48% from 255) = 43.65%

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

R = 43.41%
G = 43.65%
B = 12.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B5B636 (or 0xB5B636) is known color: Brass. HEX triplet: B5, B6 and 36. RGB value is (181,182,54). Sum of RGB (Red+Green+Blue) = 181+182+54=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B636 is #4A49C9. Grayscale: #A7A7A7. Windows color (decimal): -4868554 or 3585717. OLE color: 3585717.

HSL color Cylindrical-coordinate representation of color #B5B636: hue angle of 60.47º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5B636 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 182 54 -
CMYK 0.01 0 0.70 0.29
HSL 60.47º 0.54% 0.46% -
HSV(B) 60.47º 0.7% 0.71% -
XYZ 36.45 43.55 9.97 -
YUV 167.11 64.17 137.91 -
System Red Green Blue C M Y K H S L
Decimal 181 182 54 0.01 0 0.70 0.29 60.47 0.54 0.46
Hex B5 B6 36 1 0 46 1D 3C 36 2E
Octal 265 266 66 1 0 106 35 74 66 56
Binary 10110101 10110110 110110 1 0 1000110 11101 111100 110110 101110

Color Harmonies of #B5B636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B636

Black with #B5B636

Text Example


Text Example

White with #B5B636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B636; }

 p { color: rgb(181,182,54); }

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

background-color css

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

 a { background-color: rgb(181,182,54); }

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

border-color css

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

 span { border-color: rgb(181,182,54); }

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