Html Css Color HEX #B07B54 Muddy Waters

📋 copy color: '#B07B54'

red 176 ◦ green 123 ◦ blue 84

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

Shades of Muddy Waters #B07B54

Tints of Muddy Waters #B07B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.93%

R = 45.95%
G = 32.11%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B07B54 (or 0xB07B54) is known color: Muddy Waters. HEX triplet: B0, 7B and 54. RGB value is (176,123,84). Sum of RGB (Red+Green+Blue) = 176+123+84=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B54 is #4F84AB. Grayscale: #868686. Windows color (decimal): -5211308 or 5536688. OLE color: 5536688.

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

Color convert

RGB 176 123 84 -
CMYK 0 0.30 0.52 0.31
HSL 25.43º 0.37% 0.51% -
HSV(B) 25.43º 0.52% 0.69% -
XYZ 26.59 24.04 11.63 -
YUV 134.4 99.56 157.67 -
System Red Green Blue C M Y K H S L
Decimal 176 123 84 0 0.30 0.52 0.31 25.43 0.37 0.51
Hex B0 7B 54 0 1E 34 1F 19 25 33
Octal 260 173 124 0 36 64 37 31 45 63
Binary 10110000 1111011 1010100 0 11110 110100 11111 11001 100101 110011

Color Harmonies of #B07B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07B54

Black with #B07B54

Text Example


Text Example

White with #B07B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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