Html Css Color HEX #B6B334 Brass

📋 copy color: '#B6B334'

red 182 ◦ green 179 ◦ blue 52

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

Shades of Brass #B6B334

Tints of Brass #B6B334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.34%

 BLUE value IS 52 (20.7% from 255) = 12.59%

R = 44.07%
G = 43.34%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B6B334 (or 0xB6B334) is known color: Brass. HEX triplet: B6, B3 and 34. RGB value is (182,179,52). Sum of RGB (Red+Green+Blue) = 182+179+52=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B334 is #494CCB. Grayscale: #A5A5A5. Windows color (decimal): -4803788 or 3453878. OLE color: 3453878.

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

Color convert

RGB 182 179 52 -
CMYK 0 0.02 0.71 0.29
HSL 58.62º 0.56% 0.46% -
HSV(B) 58.62º 0.71% 0.71% -
XYZ 36.03 42.43 9.54 -
YUV 165.42 63.99 139.83 -
System Red Green Blue C M Y K H S L
Decimal 182 179 52 0 0.02 0.71 0.29 58.62 0.56 0.46
Hex B6 B3 34 0 2 47 1D 3B 38 2E
Octal 266 263 64 0 2 107 35 73 70 56
Binary 10110110 10110011 110100 0 10 1000111 11101 111011 111000 101110

Color Harmonies of #B6B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B334

Black with #B6B334

Text Example


Text Example

White with #B6B334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B334; }

 p { color: rgb(182,179,52); }

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

background-color css

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

 a { background-color: rgb(182,179,52); }

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

border-color css

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

 span { border-color: rgb(182,179,52); }

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