Html Css Color HEX #B27B66 Medium Wood

📋 copy color: '#B27B66'

red 178 ◦ green 123 ◦ blue 102

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

Shades of Medium Wood #B27B66

Tints of Medium Wood #B27B66

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.52%

 BLUE value IS 102 (40.23% from 255) = 25.31%

R = 44.17%
G = 30.52%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B27B66 (or 0xB27B66) is known color: Medium Wood. HEX triplet: B2, 7B and 66. RGB value is (178,123,102). Sum of RGB (Red+Green+Blue) = 178+123+102=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27B66 is #4D8499. Grayscale: #898989. Windows color (decimal): -5080218 or 6716338. OLE color: 6716338.

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

Color convert

RGB 178 123 102 -
CMYK 0 0.31 0.43 0.30
HSL 16.58º 0.33% 0.55% -
HSV(B) 16.58º 0.43% 0.7% -
XYZ 27.84 24.59 15.85 -
YUV 137.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 178 123 102 0 0.31 0.43 0.30 16.58 0.33 0.55
Hex B2 7B 66 0 1F 2B 1E 11 21 37
Octal 262 173 146 0 37 53 36 21 41 67
Binary 10110010 1111011 1100110 0 11111 101011 11110 10001 100001 110111

Color Harmonies of #B27B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27B66

Black with #B27B66

Text Example


Text Example

White with #B27B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27B66; }

 p { color: rgb(178,123,102); }

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

background-color css

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

 a { background-color: rgb(178,123,102); }

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

border-color css

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

 span { border-color: rgb(178,123,102); }

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