Html Css Color HEX #B77138 Reno Sand

📋 copy color: '#B77138'

red 183 ◦ green 113 ◦ blue 56

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

Shades of Reno Sand #B77138

Tints of Reno Sand #B77138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.91%

R = 51.99%
G = 32.1%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B77138 (or 0xB77138) is known color: Reno Sand. HEX triplet: B7, 71 and 38. RGB value is (183,113,56). Sum of RGB (Red+Green+Blue) = 183+113+56=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B77138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77138 is #488EC7. Grayscale: #7F7F7F. Windows color (decimal): -4755144 or 3699127. OLE color: 3699127.

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

Color convert

RGB 183 113 56 -
CMYK 0 0.38 0.69 0.28
HSL 26.93º 0.53% 0.47% -
HSV(B) 26.93º 0.69% 0.72% -
XYZ 26.15 22.16 6.64 -
YUV 127.43 87.69 167.63 -
System Red Green Blue C M Y K H S L
Decimal 183 113 56 0 0.38 0.69 0.28 26.93 0.53 0.47
Hex B7 71 38 0 26 45 1C 1B 35 2F
Octal 267 161 70 0 46 105 34 33 65 57
Binary 10110111 1110001 111000 0 100110 1000101 11100 11011 110101 101111

Color Harmonies of #B77138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77138

Black with #B77138

Text Example


Text Example

White with #B77138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77138; }

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

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

background-color css

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

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

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

border-color css

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

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

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