Html Css Color HEX #B27C69 Medium Wood

📋 copy color: '#B27C69'

red 178 ◦ green 124 ◦ blue 105

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

Shades of Medium Wood #B27C69

Tints of Medium Wood #B27C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.8%

R = 43.73%
G = 30.47%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B27C69 (or 0xB27C69) is known color: Medium Wood. HEX triplet: B2, 7C and 69. RGB value is (178,124,105). Sum of RGB (Red+Green+Blue) = 178+124+105=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27C69 is #4D8396. Grayscale: #8A8A8A. Windows color (decimal): -5079959 or 6913202. OLE color: 6913202.

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

Color convert

RGB 178 124 105 -
CMYK 0 0.30 0.41 0.30
HSL 15.62º 0.32% 0.55% -
HSV(B) 15.62º 0.41% 0.7% -
XYZ 28.12 24.9 16.69 -
YUV 137.98 109.39 156.54 -
System Red Green Blue C M Y K H S L
Decimal 178 124 105 0 0.30 0.41 0.30 15.62 0.32 0.55
Hex B2 7C 69 0 1E 29 1E 10 20 37
Octal 262 174 151 0 36 51 36 20 40 67
Binary 10110010 1111100 1101001 0 11110 101001 11110 10000 100000 110111

Color Harmonies of #B27C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27C69

Black with #B27C69

Text Example


Text Example

White with #B27C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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