Html Css Color HEX #B78168 Medium Wood

📋 copy color: '#B78168'

red 183 ◦ green 129 ◦ blue 104

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

Shades of Medium Wood #B78168

Tints of Medium Wood #B78168

RGB

 RED value IS 183 (71.88% from 255) = 43.99%

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

 BLUE value IS 104 (41.02% from 255) = 25%

R = 43.99%
G = 31.01%
B = 25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B78168 (or 0xB78168) is known color: Medium Wood. HEX triplet: B7, 81 and 68. RGB value is (183,129,104). Sum of RGB (Red+Green+Blue) = 183+129+104=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B78168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78168 is #487E97. Grayscale: #8E8E8E. Windows color (decimal): -4751000 or 6848951. OLE color: 6848951.

HSL color Cylindrical-coordinate representation of color #B78168: hue angle of 18.99º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B78168 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 129 104 -
CMYK 0 0.30 0.43 0.28
HSL 18.99º 0.35% 0.56% -
HSV(B) 18.99º 0.43% 0.72% -
XYZ 29.88 26.77 16.69 -
YUV 142.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 183 129 104 0 0.30 0.43 0.28 18.99 0.35 0.56
Hex B7 81 68 0 1E 2B 1C 13 23 38
Octal 267 201 150 0 36 53 34 23 43 70
Binary 10110111 10000001 1101000 0 11110 101011 11100 10011 100011 111000

Color Harmonies of #B78168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78168

Black with #B78168

Text Example


Text Example

White with #B78168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78168; }

 p { color: rgb(183,129,104); }

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

background-color css

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

 a { background-color: rgb(183,129,104); }

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

border-color css

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

 span { border-color: rgb(183,129,104); }

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