Html Css Color HEX #B27B5D Medium Wood

📋 copy color: '#B27B5D'

red 178 ◦ green 123 ◦ blue 93

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

Shades of Medium Wood #B27B5D

Tints of Medium Wood #B27B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.6%

R = 45.18%
G = 31.22%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B27B5D (or 0xB27B5D) is known color: Medium Wood. HEX triplet: B2, 7B and 5D. RGB value is (178,123,93). Sum of RGB (Red+Green+Blue) = 178+123+93=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27B5D is #4D84A2. Grayscale: #888888. Windows color (decimal): -5080227 or 6126514. OLE color: 6126514.

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

Color convert

RGB 178 123 93 -
CMYK 0 0.31 0.48 0.30
HSL 21.18º 0.36% 0.53% -
HSV(B) 21.18º 0.48% 0.7% -
XYZ 27.42 24.42 13.62 -
YUV 136.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 178 123 93 0 0.31 0.48 0.30 21.18 0.36 0.53
Hex B2 7B 5D 0 1F 30 1E 15 24 35
Octal 262 173 135 0 37 60 36 25 44 65
Binary 10110010 1111011 1011101 0 11111 110000 11110 10101 100100 110101

Color Harmonies of #B27B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27B5D

Black with #B27B5D

Text Example


Text Example

White with #B27B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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