Html Css Color HEX #B78A68 Medium Wood

📋 copy color: '#B78A68'

red 183 ◦ green 138 ◦ blue 104

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

Shades of Medium Wood #B78A68

Tints of Medium Wood #B78A68

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.47%

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

R = 43.06%
G = 32.47%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B78A68 (or 0xB78A68) is known color: Medium Wood. HEX triplet: B7, 8A and 68. RGB value is (183,138,104). Sum of RGB (Red+Green+Blue) = 183+138+104=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78A68 is #487597. Grayscale: #939393. Windows color (decimal): -4748696 or 6851255. OLE color: 6851255.

HSL color Cylindrical-coordinate representation of color #B78A68: hue angle of 25.82º 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 #B78A68 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 138 104 -
CMYK 0 0.25 0.43 0.28
HSL 25.82º 0.35% 0.56% -
HSV(B) 25.82º 0.43% 0.72% -
XYZ 31.12 29.24 17.1 -
YUV 147.58 103.41 153.26 -
System Red Green Blue C M Y K H S L
Decimal 183 138 104 0 0.25 0.43 0.28 25.82 0.35 0.56
Hex B7 8A 68 0 19 2B 1C 1A 23 38
Octal 267 212 150 0 31 53 34 32 43 70
Binary 10110111 10001010 1101000 0 11001 101011 11100 11010 100011 111000

Color Harmonies of #B78A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78A68

Black with #B78A68

Text Example


Text Example

White with #B78A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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