Html Css Color HEX #B6B344 Brass

📋 copy color: '#B6B344'

red 182 ◦ green 179 ◦ blue 68

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

Shades of Brass #B6B344

Tints of Brass #B6B344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.85%

R = 42.42%
G = 41.72%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B6B344 (or 0xB6B344) is known color: Brass. HEX triplet: B6, B3 and 44. RGB value is (182,179,68). Sum of RGB (Red+Green+Blue) = 182+179+68=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 68 (26.95% from 255 or 15.85% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B344 is #494CBB. Grayscale: #A7A7A7. Windows color (decimal): -4803772 or 4502454. OLE color: 4502454.

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

Color convert

RGB 182 179 68 -
CMYK 0 0.02 0.63 0.29
HSL 58.42º 0.46% 0.49% -
HSV(B) 58.42º 0.63% 0.71% -
XYZ 36.45 42.6 11.77 -
YUV 167.24 71.99 138.53 -
System Red Green Blue C M Y K H S L
Decimal 182 179 68 0 0.02 0.63 0.29 58.42 0.46 0.49
Hex B6 B3 44 0 2 3F 1D 3A 2E 31
Octal 266 263 104 0 2 77 35 72 56 61
Binary 10110110 10110011 1000100 0 10 111111 11101 111010 101110 110001

Color Harmonies of #B6B344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B344

Black with #B6B344

Text Example


Text Example

White with #B6B344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B344; }

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

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

background-color css

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

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

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

border-color css

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

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

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