Html Css Color HEX #B27A5A Medium Wood

📋 copy color: '#B27A5A'

red 178 ◦ green 122 ◦ blue 90

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

Shades of Medium Wood #B27A5A

Tints of Medium Wood #B27A5A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.28%

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

R = 45.64%
G = 31.28%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B27A5A (or 0xB27A5A) is known color: Medium Wood. HEX triplet: B2, 7A and 5A. RGB value is (178,122,90). Sum of RGB (Red+Green+Blue) = 178+122+90=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A5A is #4D85A5. Grayscale: #878787. Windows color (decimal): -5080486 or 5929650. OLE color: 5929650.

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

Color convert

RGB 178 122 90 -
CMYK 0 0.31 0.49 0.30
HSL 21.82º 0.36% 0.53% -
HSV(B) 21.82º 0.49% 0.7% -
XYZ 27.17 24.12 12.9 -
YUV 135.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 178 122 90 0 0.31 0.49 0.30 21.82 0.36 0.53
Hex B2 7A 5A 0 1F 31 1E 16 24 35
Octal 262 172 132 0 37 61 36 26 44 65
Binary 10110010 1111010 1011010 0 11111 110001 11110 10110 100100 110101

Color Harmonies of #B27A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A5A

Black with #B27A5A

Text Example


Text Example

White with #B27A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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