Html Css Color HEX #B27D5A Medium Wood

📋 copy color: '#B27D5A'

red 178 ◦ green 125 ◦ blue 90

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

Shades of Medium Wood #B27D5A

Tints of Medium Wood #B27D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.9%

R = 45.29%
G = 31.81%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B27D5A (or 0xB27D5A) is known color: Medium Wood. HEX triplet: B2, 7D and 5A. RGB value is (178,125,90). Sum of RGB (Red+Green+Blue) = 178+125+90=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D5A is #4D82A5. Grayscale: #898989. Windows color (decimal): -5079718 or 5930418. OLE color: 5930418.

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

Color convert

RGB 178 125 90 -
CMYK 0 0.30 0.49 0.30
HSL 23.86º 0.36% 0.53% -
HSV(B) 23.86º 0.49% 0.7% -
XYZ 27.54 24.87 13.02 -
YUV 136.86 101.56 157.35 -
System Red Green Blue C M Y K H S L
Decimal 178 125 90 0 0.30 0.49 0.30 23.86 0.36 0.53
Hex B2 7D 5A 0 1E 31 1E 18 24 35
Octal 262 175 132 0 36 61 36 30 44 65
Binary 10110010 1111101 1011010 0 11110 110001 11110 11000 100100 110101

Color Harmonies of #B27D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27D5A

Black with #B27D5A

Text Example


Text Example

White with #B27D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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