Html Css Color HEX #B77035 Reno Sand

📋 copy color: '#B77035'

red 183 ◦ green 112 ◦ blue 53

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

Shades of Reno Sand #B77035

Tints of Reno Sand #B77035

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.18%

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

R = 52.59%
G = 32.18%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B77035 (or 0xB77035) is known color: Reno Sand. HEX triplet: B7, 70 and 35. RGB value is (183,112,53). Sum of RGB (Red+Green+Blue) = 183+112+53=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B77035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77035 is #488FCA. Grayscale: #7E7E7E. Windows color (decimal): -4755403 or 3502263. OLE color: 3502263.

HSL color Cylindrical-coordinate representation of color #B77035: hue angle of 27.23º 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 #B77035 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 112 53 -
CMYK 0 0.39 0.71 0.28
HSL 27.23º 0.55% 0.46% -
HSV(B) 27.23º 0.71% 0.72% -
XYZ 25.97 21.91 6.23 -
YUV 126.5 86.52 168.3 -
System Red Green Blue C M Y K H S L
Decimal 183 112 53 0 0.39 0.71 0.28 27.23 0.55 0.46
Hex B7 70 35 0 27 47 1C 1B 37 2E
Octal 267 160 65 0 47 107 34 33 67 56
Binary 10110111 1110000 110101 0 100111 1000111 11100 11011 110111 101110

Color Harmonies of #B77035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77035

Black with #B77035

Text Example


Text Example

White with #B77035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77035; }

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

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

background-color css

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

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

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

border-color css

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

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

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