Html Css Color HEX #B68763 Medium Wood

📋 copy color: '#B68763'

red 182 ◦ green 135 ◦ blue 99

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

Shades of Medium Wood #B68763

Tints of Medium Wood #B68763

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.45%

 BLUE value IS 99 (39.06% from 255) = 23.8%

R = 43.75%
G = 32.45%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B68763 (or 0xB68763) is known color: Medium Wood. HEX triplet: B6, 87 and 63. RGB value is (182,135,99). Sum of RGB (Red+Green+Blue) = 182+135+99=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B68763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68763 is #49789C. Grayscale: #919191. Windows color (decimal): -4815005 or 6522806. OLE color: 6522806.

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

Color convert

RGB 182 135 99 -
CMYK 0 0.26 0.46 0.29
HSL 26.02º 0.36% 0.55% -
HSV(B) 26.02º 0.46% 0.71% -
XYZ 30.21 28.17 15.65 -
YUV 144.95 102.07 154.43 -
System Red Green Blue C M Y K H S L
Decimal 182 135 99 0 0.26 0.46 0.29 26.02 0.36 0.55
Hex B6 87 63 0 1A 2E 1D 1A 24 37
Octal 266 207 143 0 32 56 35 32 44 67
Binary 10110110 10000111 1100011 0 11010 101110 11101 11010 100100 110111

Color Harmonies of #B68763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68763

Black with #B68763

Text Example


Text Example

White with #B68763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68763; }

 p { color: rgb(182,135,99); }

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

background-color css

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

 a { background-color: rgb(182,135,99); }

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

border-color css

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

 span { border-color: rgb(182,135,99); }

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