Html Css Color HEX #B27C5A Medium Wood

📋 copy color: '#B27C5A'

red 178 ◦ green 124 ◦ blue 90

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

Shades of Medium Wood #B27C5A

Tints of Medium Wood #B27C5A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.63%

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

R = 45.41%
G = 31.63%
B = 22.96%

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

#B27C5A (or 0xB27C5A) is known color: Medium Wood. HEX triplet: B2, 7C and 5A. RGB value is (178,124,90). Sum of RGB (Red+Green+Blue) = 178+124+90=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27C5A is #4D83A5. Grayscale: #888888. Windows color (decimal): -5079974 or 5930162. OLE color: 5930162.

HSL color Cylindrical-coordinate representation of color #B27C5A: hue angle of 23.18º 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 #B27C5A is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 124 90 -
CMYK 0 0.30 0.49 0.30
HSL 23.18º 0.36% 0.53% -
HSV(B) 23.18º 0.49% 0.7% -
XYZ 27.41 24.62 12.98 -
YUV 136.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 178 124 90 0 0.30 0.49 0.30 23.18 0.36 0.53
Hex B2 7C 5A 0 1E 31 1E 17 24 35
Octal 262 174 132 0 36 61 36 27 44 65
Binary 10110010 1111100 1011010 0 11110 110001 11110 10111 100100 110101

Color Harmonies of #B27C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27C5A

Black with #B27C5A

Text Example


Text Example

White with #B27C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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