Html Css Color HEX #B28265 Medium Wood

📋 copy color: '#B28265'

red 178 ◦ green 130 ◦ blue 101

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

Shades of Medium Wood #B28265

Tints of Medium Wood #B28265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.78%

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

R = 43.52%
G = 31.78%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B28265 (or 0xB28265) is known color: Medium Wood. HEX triplet: B2, 82 and 65. RGB value is (178,130,101). Sum of RGB (Red+Green+Blue) = 178+130+101=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B28265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28265 is #4D7D9A. Grayscale: #8D8D8D. Windows color (decimal): -5078427 or 6652594. OLE color: 6652594.

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

Color convert

RGB 178 130 101 -
CMYK 0 0.27 0.43 0.30
HSL 22.6º 0.33% 0.55% -
HSV(B) 22.6º 0.43% 0.7% -
XYZ 28.69 26.37 15.89 -
YUV 141.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 178 130 101 0 0.27 0.43 0.30 22.6 0.33 0.55
Hex B2 82 65 0 1B 2B 1E 17 21 37
Octal 262 202 145 0 33 53 36 27 41 67
Binary 10110010 10000010 1100101 0 11011 101011 11110 10111 100001 110111

Color Harmonies of #B28265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28265

Black with #B28265

Text Example


Text Example

White with #B28265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28265; }

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

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

background-color css

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

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

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

border-color css

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

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

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