Html Css Color HEX #B77033 Reno Sand

📋 copy color: '#B77033'

red 183 ◦ green 112 ◦ blue 51

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

Shades of Reno Sand #B77033

Tints of Reno Sand #B77033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.74%

R = 52.89%
G = 32.37%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B77033 (or 0xB77033) is known color: Reno Sand. HEX triplet: B7, 70 and 33. RGB value is (183,112,51). Sum of RGB (Red+Green+Blue) = 183+112+51=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B77033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77033 is #488FCC. Grayscale: #7E7E7E. Windows color (decimal): -4755405 or 3371191. OLE color: 3371191.

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

Color convert

RGB 183 112 51 -
CMYK 0 0.39 0.72 0.28
HSL 27.73º 0.56% 0.46% -
HSV(B) 27.73º 0.72% 0.72% -
XYZ 25.92 21.89 5.99 -
YUV 126.28 85.52 168.46 -
System Red Green Blue C M Y K H S L
Decimal 183 112 51 0 0.39 0.72 0.28 27.73 0.56 0.46
Hex B7 70 33 0 27 48 1C 1C 38 2E
Octal 267 160 63 0 47 110 34 34 70 56
Binary 10110111 1110000 110011 0 100111 1001000 11100 11100 111000 101110

Color Harmonies of #B77033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77033

Black with #B77033

Text Example


Text Example

White with #B77033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77033; }

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

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

background-color css

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

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

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

border-color css

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

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

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