Html Css Color HEX #B27D69 Medium Wood

📋 copy color: '#B27D69'

red 178 ◦ green 125 ◦ blue 105

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

Shades of Medium Wood #B27D69

Tints of Medium Wood #B27D69

RGB

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

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

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

R = 43.63%
G = 30.64%
B = 25.74%

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

#B27D69 (or 0xB27D69) is known color: Medium Wood. HEX triplet: B2, 7D and 69. RGB value is (178,125,105). Sum of RGB (Red+Green+Blue) = 178+125+105=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D69 is #4D8296. Grayscale: #8A8A8A. Windows color (decimal): -5079703 or 6913458. OLE color: 6913458.

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

Color convert

RGB 178 125 105 -
CMYK 0 0.30 0.41 0.30
HSL 16.44º 0.32% 0.55% -
HSV(B) 16.44º 0.41% 0.7% -
XYZ 28.24 25.15 16.73 -
YUV 138.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 178 125 105 0 0.30 0.41 0.30 16.44 0.32 0.55
Hex B2 7D 69 0 1E 29 1E 10 20 37
Octal 262 175 151 0 36 51 36 20 40 67
Binary 10110010 1111101 1101001 0 11110 101001 11110 10000 100000 110111

Color Harmonies of #B27D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27D69

Black with #B27D69

Text Example


Text Example

White with #B27D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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