Html Css Color HEX #B6934B Husk

📋 copy color: '#B6934B'

red 182 ◦ green 147 ◦ blue 75

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

Shades of Husk #B6934B

Tints of Husk #B6934B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.39%

 BLUE value IS 75 (29.69% from 255) = 18.56%

R = 45.05%
G = 36.39%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6934B (or 0xB6934B) is known color: Husk. HEX triplet: B6, 93 and 4B. RGB value is (182,147,75). Sum of RGB (Red+Green+Blue) = 182+147+75=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6934B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6934B is #496CB4. Grayscale: #959595. Windows color (decimal): -4811957 or 4953014. OLE color: 4953014.

HSL color Cylindrical-coordinate representation of color #B6934B: hue angle of 40.37º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6934B is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 147 75 -
CMYK 0 0.19 0.59 0.29
HSL 40.37º 0.42% 0.5% -
HSV(B) 40.37º 0.59% 0.71% -
XYZ 31 31.32 11.07 -
YUV 149.26 86.1 151.35 -
System Red Green Blue C M Y K H S L
Decimal 182 147 75 0 0.19 0.59 0.29 40.37 0.42 0.5
Hex B6 93 4B 0 13 3B 1D 28 2A 32
Octal 266 223 113 0 23 73 35 50 52 62
Binary 10110110 10010011 1001011 0 10011 111011 11101 101000 101010 110010

Color Harmonies of #B6934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6934B

Black with #B6934B

Text Example


Text Example

White with #B6934B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6934B; }

 p { color: rgb(182,147,75); }

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

background-color css

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

 a { background-color: rgb(182,147,75); }

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

border-color css

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

 span { border-color: rgb(182,147,75); }

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