Html Css Color HEX #B27D58 Medium Wood

📋 copy color: '#B27D58'

red 178 ◦ green 125 ◦ blue 88

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

Shades of Medium Wood #B27D58

Tints of Medium Wood #B27D58

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.97%

 BLUE value IS 88 (34.77% from 255) = 22.51%

R = 45.52%
G = 31.97%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B27D58 (or 0xB27D58) is known color: Medium Wood. HEX triplet: B2, 7D and 58. RGB value is (178,125,88). Sum of RGB (Red+Green+Blue) = 178+125+88=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D58 is #4D82A7. Grayscale: #888888. Windows color (decimal): -5079720 or 5799346. OLE color: 5799346.

HSL color Cylindrical-coordinate representation of color #B27D58: hue angle of 24.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B27D58 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 125 88 -
CMYK 0 0.30 0.51 0.30
HSL 24.67º 0.37% 0.52% -
HSV(B) 24.67º 0.51% 0.7% -
XYZ 27.46 24.84 12.58 -
YUV 136.63 100.56 157.51 -
System Red Green Blue C M Y K H S L
Decimal 178 125 88 0 0.30 0.51 0.30 24.67 0.37 0.52
Hex B2 7D 58 0 1E 33 1E 19 25 34
Octal 262 175 130 0 36 63 36 31 45 64
Binary 10110010 1111101 1011000 0 11110 110011 11110 11001 100101 110100

Color Harmonies of #B27D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27D58

Black with #B27D58

Text Example


Text Example

White with #B27D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27D58; }

 p { color: rgb(178,125,88); }

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

background-color css

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

 a { background-color: rgb(178,125,88); }

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

border-color css

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

 span { border-color: rgb(178,125,88); }

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