Html Css Color HEX #B07C69 Medium Wood

📋 copy color: '#B07C69'

red 176 ◦ green 124 ◦ blue 105

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

Shades of Medium Wood #B07C69

Tints of Medium Wood #B07C69

RGB

 RED value IS 176 (69.14% from 255) = 43.46%

 GREEN value IS 124 (48.83% from 255) = 30.62%

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

R = 43.46%
G = 30.62%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B07C69 (or 0xB07C69) is known color: Medium Wood. HEX triplet: B0, 7C and 69. RGB value is (176,124,105). Sum of RGB (Red+Green+Blue) = 176+124+105=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07C69 is #4F8396. Grayscale: #898989. Windows color (decimal): -5211031 or 6913200. OLE color: 6913200.

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

Color convert

RGB 176 124 105 -
CMYK 0 0.30 0.40 0.31
HSL 16.06º 0.31% 0.55% -
HSV(B) 16.06º 0.4% 0.69% -
XYZ 27.66 24.67 16.67 -
YUV 137.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 176 124 105 0 0.30 0.40 0.31 16.06 0.31 0.55
Hex B0 7C 69 0 1E 28 1F 10 1F 37
Octal 260 174 151 0 36 50 37 20 37 67
Binary 10110000 1111100 1101001 0 11110 101000 11111 10000 11111 110111

Color Harmonies of #B07C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C69

Black with #B07C69

Text Example


Text Example

White with #B07C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C69; }

 p { color: rgb(176,124,105); }

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

background-color css

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

 a { background-color: rgb(176,124,105); }

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

border-color css

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

 span { border-color: rgb(176,124,105); }

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