Html Css Color HEX #B27B65 Medium Wood

📋 copy color: '#B27B65'

red 178 ◦ green 123 ◦ blue 101

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

Shades of Medium Wood #B27B65

Tints of Medium Wood #B27B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.12%

R = 44.28%
G = 30.6%
B = 25.12%

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

#B27B65 (or 0xB27B65) is known color: Medium Wood. HEX triplet: B2, 7B and 65. RGB value is (178,123,101). Sum of RGB (Red+Green+Blue) = 178+123+101=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27B65 is #4D849A. Grayscale: #898989. Windows color (decimal): -5080219 or 6650802. OLE color: 6650802.

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

Color convert

RGB 178 123 101 -
CMYK 0 0.31 0.43 0.30
HSL 17.14º 0.33% 0.55% -
HSV(B) 17.14º 0.43% 0.7% -
XYZ 27.79 24.57 15.59 -
YUV 136.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 178 123 101 0 0.31 0.43 0.30 17.14 0.33 0.55
Hex B2 7B 65 0 1F 2B 1E 11 21 37
Octal 262 173 145 0 37 53 36 21 41 67
Binary 10110010 1111011 1100101 0 11111 101011 11110 10001 100001 110111

Color Harmonies of #B27B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27B65

Black with #B27B65

Text Example


Text Example

White with #B27B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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