Html Css Color HEX #B68159 Medium Wood

📋 copy color: '#B68159'

red 182 ◦ green 129 ◦ blue 89

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

Shades of Medium Wood #B68159

Tints of Medium Wood #B68159

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.25%

 BLUE value IS 89 (35.16% from 255) = 22.25%

R = 45.5%
G = 32.25%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B68159 (or 0xB68159) is known color: Medium Wood. HEX triplet: B6, 81 and 59. RGB value is (182,129,89). Sum of RGB (Red+Green+Blue) = 182+129+89=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B68159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68159 is #497EA6. Grayscale: #8C8C8C. Windows color (decimal): -4816551 or 5865910. OLE color: 5865910.

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

Color convert

RGB 182 129 89 -
CMYK 0 0.29 0.51 0.29
HSL 25.81º 0.39% 0.53% -
HSV(B) 25.81º 0.51% 0.71% -
XYZ 28.94 26.37 13.01 -
YUV 140.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 182 129 89 0 0.29 0.51 0.29 25.81 0.39 0.53
Hex B6 81 59 0 1D 33 1D 1A 27 35
Octal 266 201 131 0 35 63 35 32 47 65
Binary 10110110 10000001 1011001 0 11101 110011 11101 11010 100111 110101

Color Harmonies of #B68159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68159

Black with #B68159

Text Example


Text Example

White with #B68159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68159; }

 p { color: rgb(182,129,89); }

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

background-color css

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

 a { background-color: rgb(182,129,89); }

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

border-color css

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

 span { border-color: rgb(182,129,89); }

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