Html Css Color HEX #B27B60 Medium Wood

📋 copy color: '#B27B60'

red 178 ◦ green 123 ◦ blue 96

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

Shades of Medium Wood #B27B60

Tints of Medium Wood #B27B60

RGB

 RED value IS 178 (69.92% from 255) = 44.84%

 GREEN value IS 123 (48.44% from 255) = 30.98%

 BLUE value IS 96 (37.89% from 255) = 24.18%

R = 44.84%
G = 30.98%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B27B60 (or 0xB27B60) is known color: Medium Wood. HEX triplet: B2, 7B and 60. RGB value is (178,123,96). Sum of RGB (Red+Green+Blue) = 178+123+96=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27B60 is #4D849F. Grayscale: #888888. Windows color (decimal): -5080224 or 6323122. OLE color: 6323122.

HSL color Cylindrical-coordinate representation of color #B27B60: hue angle of 19.76º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B27B60 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 123 96 -
CMYK 0 0.31 0.46 0.30
HSL 19.76º 0.35% 0.54% -
HSV(B) 19.76º 0.46% 0.7% -
XYZ 27.55 24.48 14.34 -
YUV 136.37 105.22 157.7 -
System Red Green Blue C M Y K H S L
Decimal 178 123 96 0 0.31 0.46 0.30 19.76 0.35 0.54
Hex B2 7B 60 0 1F 2E 1E 14 23 36
Octal 262 173 140 0 37 56 36 24 43 66
Binary 10110010 1111011 1100000 0 11111 101110 11110 10100 100011 110110

Color Harmonies of #B27B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27B60

Black with #B27B60

Text Example


Text Example

White with #B27B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27B60; }

 p { color: rgb(178,123,96); }

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

background-color css

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

 a { background-color: rgb(178,123,96); }

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

border-color css

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

 span { border-color: rgb(178,123,96); }

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