Html Css Color HEX #B68F4A Tussock

📋 copy color: '#B68F4A'

red 182 ◦ green 143 ◦ blue 74

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

Shades of Tussock #B68F4A

Tints of Tussock #B68F4A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.84%

 BLUE value IS 74 (29.3% from 255) = 18.55%

R = 45.61%
G = 35.84%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B68F4A (or 0xB68F4A) is known color: Tussock. HEX triplet: B6, 8F and 4A. RGB value is (182,143,74). Sum of RGB (Red+Green+Blue) = 182+143+74=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F4A is #4970B5. Grayscale: #939393. Windows color (decimal): -4812982 or 4886454. OLE color: 4886454.

HSL color Cylindrical-coordinate representation of color #B68F4A: hue angle of 38.33º degrees, saturation: 0.43, 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 #B68F4A is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 143 74 -
CMYK 0 0.21 0.59 0.29
HSL 38.33º 0.43% 0.5% -
HSV(B) 38.33º 0.59% 0.71% -
XYZ 30.35 30.08 10.69 -
YUV 146.8 86.92 153.11 -
System Red Green Blue C M Y K H S L
Decimal 182 143 74 0 0.21 0.59 0.29 38.33 0.43 0.5
Hex B6 8F 4A 0 15 3B 1D 26 2B 32
Octal 266 217 112 0 25 73 35 46 53 62
Binary 10110110 10001111 1001010 0 10101 111011 11101 100110 101011 110010

Color Harmonies of #B68F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F4A

Black with #B68F4A

Text Example


Text Example

White with #B68F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F4A; }

 p { color: rgb(182,143,74); }

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

background-color css

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

 a { background-color: rgb(182,143,74); }

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

border-color css

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

 span { border-color: rgb(182,143,74); }

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