Html Css Color HEX #B28465 Medium Wood

📋 copy color: '#B28465'

red 178 ◦ green 132 ◦ blue 101

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

Shades of Medium Wood #B28465

Tints of Medium Wood #B28465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.12%

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

R = 43.31%
G = 32.12%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B28465 (or 0xB28465) is known color: Medium Wood. HEX triplet: B2, 84 and 65. RGB value is (178,132,101). Sum of RGB (Red+Green+Blue) = 178+132+101=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B28465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28465 is #4D7B9A. Grayscale: #8E8E8E. Windows color (decimal): -5077915 or 6653106. OLE color: 6653106.

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

Color convert

RGB 178 132 101 -
CMYK 0 0.26 0.43 0.30
HSL 24.16º 0.33% 0.55% -
HSV(B) 24.16º 0.43% 0.7% -
XYZ 28.96 26.91 15.98 -
YUV 142.22 104.74 153.52 -
System Red Green Blue C M Y K H S L
Decimal 178 132 101 0 0.26 0.43 0.30 24.16 0.33 0.55
Hex B2 84 65 0 1A 2B 1E 18 21 37
Octal 262 204 145 0 32 53 36 30 41 67
Binary 10110010 10000100 1100101 0 11010 101011 11110 11000 100001 110111

Color Harmonies of #B28465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28465

Black with #B28465

Text Example


Text Example

White with #B28465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28465; }

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

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

background-color css

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

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

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

border-color css

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

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

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