Html Css Color HEX #B77135 Reno Sand

📋 copy color: '#B77135'

red 183 ◦ green 113 ◦ blue 53

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

Shades of Reno Sand #B77135

Tints of Reno Sand #B77135

RGB

 RED value IS 183 (71.88% from 255) = 52.44%

 GREEN value IS 113 (44.53% from 255) = 32.38%

 BLUE value IS 53 (21.09% from 255) = 15.19%

R = 52.44%
G = 32.38%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B77135 (or 0xB77135) is known color: Reno Sand. HEX triplet: B7, 71 and 35. RGB value is (183,113,53). Sum of RGB (Red+Green+Blue) = 183+113+53=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B77135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77135 is #488ECA. Grayscale: #7F7F7F. Windows color (decimal): -4755147 or 3502519. OLE color: 3502519.

HSL color Cylindrical-coordinate representation of color #B77135: hue angle of 27.69º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B77135 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 113 53 -
CMYK 0 0.38 0.71 0.28
HSL 27.69º 0.55% 0.46% -
HSV(B) 27.69º 0.71% 0.72% -
XYZ 26.08 22.13 6.27 -
YUV 127.09 86.19 167.88 -
System Red Green Blue C M Y K H S L
Decimal 183 113 53 0 0.38 0.71 0.28 27.69 0.55 0.46
Hex B7 71 35 0 26 47 1C 1C 37 2E
Octal 267 161 65 0 46 107 34 34 67 56
Binary 10110111 1110001 110101 0 100110 1000111 11100 11100 110111 101110

Color Harmonies of #B77135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77135

Black with #B77135

Text Example


Text Example

White with #B77135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77135; }

 p { color: rgb(183,113,53); }

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

background-color css

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

 a { background-color: rgb(183,113,53); }

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

border-color css

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

 span { border-color: rgb(183,113,53); }

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