Html Css Color HEX #B6B736 Brass

📋 copy color: '#B6B736'

red 182 ◦ green 183 ◦ blue 54

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

Shades of Brass #B6B736

Tints of Brass #B6B736

RGB

 RED value IS 182 (71.48% from 255) = 43.44%

 GREEN value IS 183 (71.88% from 255) = 43.68%

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

R = 43.44%
G = 43.68%
B = 12.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B6B736 (or 0xB6B736) is known color: Brass. HEX triplet: B6, B7 and 36. RGB value is (182,183,54). Sum of RGB (Red+Green+Blue) = 182+183+54=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 54 (21.48% from 255 or 12.89% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B736 is #4948C9. Grayscale: #A8A8A8. Windows color (decimal): -4802762 or 3585974. OLE color: 3585974.

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

Color convert

RGB 182 183 54 -
CMYK 0.01 0 0.70 0.28
HSL 60.47º 0.54% 0.46% -
HSV(B) 60.47º 0.7% 0.72% -
XYZ 36.89 44.08 10.05 -
YUV 168 63.67 137.99 -
System Red Green Blue C M Y K H S L
Decimal 182 183 54 0.01 0 0.70 0.28 60.47 0.54 0.46
Hex B6 B7 36 1 0 46 1C 3C 36 2E
Octal 266 267 66 1 0 106 34 74 66 56
Binary 10110110 10110111 110110 1 0 1000110 11100 111100 110110 101110

Color Harmonies of #B6B736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B736

Black with #B6B736

Text Example


Text Example

White with #B6B736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B736; }

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

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

background-color css

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

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

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

border-color css

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

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

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