Html Css Color HEX #B38569 Medium Wood

📋 copy color: '#B38569'

red 179 ◦ green 133 ◦ blue 105

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

Shades of Medium Wood #B38569

Tints of Medium Wood #B38569

RGB

 RED value IS 179 (70.31% from 255) = 42.93%

 GREEN value IS 133 (52.34% from 255) = 31.89%

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

R = 42.93%
G = 31.89%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B38569 (or 0xB38569) is known color: Medium Wood. HEX triplet: B3, 85 and 69. RGB value is (179,133,105). Sum of RGB (Red+Green+Blue) = 179+133+105=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B38569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38569 is #4C7A96. Grayscale: #8F8F8F. Windows color (decimal): -5012119 or 6915507. OLE color: 6915507.

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

Color convert

RGB 179 133 105 -
CMYK 0 0.26 0.41 0.30
HSL 22.7º 0.33% 0.56% -
HSV(B) 22.7º 0.41% 0.7% -
XYZ 29.53 27.38 17.09 -
YUV 143.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 179 133 105 0 0.26 0.41 0.30 22.7 0.33 0.56
Hex B3 85 69 0 1A 29 1E 17 21 38
Octal 263 205 151 0 32 51 36 27 41 70
Binary 10110011 10000101 1101001 0 11010 101001 11110 10111 100001 111000

Color Harmonies of #B38569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38569

Black with #B38569

Text Example


Text Example

White with #B38569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38569; }

 p { color: rgb(179,133,105); }

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

background-color css

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

 a { background-color: rgb(179,133,105); }

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

border-color css

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

 span { border-color: rgb(179,133,105); }

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