Html Css Color HEX #B68057 Medium Wood

📋 copy color: '#B68057'

red 182 ◦ green 128 ◦ blue 87

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

Shades of Medium Wood #B68057

Tints of Medium Wood #B68057

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.24%

 BLUE value IS 87 (34.38% from 255) = 21.91%

R = 45.84%
G = 32.24%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B68057 (or 0xB68057) is known color: Medium Wood. HEX triplet: B6, 80 and 57. RGB value is (182,128,87). Sum of RGB (Red+Green+Blue) = 182+128+87=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B68057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68057 is #497FA8. Grayscale: #8B8B8B. Windows color (decimal): -4816809 or 5734582. OLE color: 5734582.

HSL color Cylindrical-coordinate representation of color #B68057: hue angle of 25.89º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B68057 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 128 87 -
CMYK 0 0.30 0.52 0.29
HSL 25.89º 0.39% 0.53% -
HSV(B) 25.89º 0.52% 0.71% -
XYZ 28.73 26.07 12.53 -
YUV 139.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 182 128 87 0 0.30 0.52 0.29 25.89 0.39 0.53
Hex B6 80 57 0 1E 34 1D 1A 27 35
Octal 266 200 127 0 36 64 35 32 47 65
Binary 10110110 10000000 1010111 0 11110 110100 11101 11010 100111 110101

Color Harmonies of #B68057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68057

Black with #B68057

Text Example


Text Example

White with #B68057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68057; }

 p { color: rgb(182,128,87); }

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

background-color css

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

 a { background-color: rgb(182,128,87); }

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

border-color css

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

 span { border-color: rgb(182,128,87); }

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