Html Css Color HEX #B07B5A Medium Wood

📋 copy color: '#B07B5A'

red 176 ◦ green 123 ◦ blue 90

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

Shades of Medium Wood #B07B5A

Tints of Medium Wood #B07B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.14%

R = 45.24%
G = 31.62%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B07B5A (or 0xB07B5A) is known color: Medium Wood. HEX triplet: B0, 7B and 5A. RGB value is (176,123,90). Sum of RGB (Red+Green+Blue) = 176+123+90=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B5A is #4F84A5. Grayscale: #878787. Windows color (decimal): -5211302 or 5929904. OLE color: 5929904.

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

Color convert

RGB 176 123 90 -
CMYK 0 0.30 0.49 0.31
HSL 23.02º 0.35% 0.52% -
HSV(B) 23.02º 0.49% 0.69% -
XYZ 26.83 24.13 12.92 -
YUV 135.09 102.56 157.18 -
System Red Green Blue C M Y K H S L
Decimal 176 123 90 0 0.30 0.49 0.31 23.02 0.35 0.52
Hex B0 7B 5A 0 1E 31 1F 17 23 34
Octal 260 173 132 0 36 61 37 27 43 64
Binary 10110000 1111011 1011010 0 11110 110001 11111 10111 100011 110100

Color Harmonies of #B07B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07B5A

Black with #B07B5A

Text Example


Text Example

White with #B07B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07B5A; }

 p { color: rgb(176,123,90); }

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

background-color css

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

 a { background-color: rgb(176,123,90); }

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

border-color css

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

 span { border-color: rgb(176,123,90); }

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