Html Css Color HEX #B77038 Reno Sand

📋 copy color: '#B77038'

red 183 ◦ green 112 ◦ blue 56

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

Shades of Reno Sand #B77038

Tints of Reno Sand #B77038

RGB

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

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

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

R = 52.14%
G = 31.91%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B77038 (or 0xB77038) is known color: Reno Sand. HEX triplet: B7, 70 and 38. RGB value is (183,112,56). Sum of RGB (Red+Green+Blue) = 183+112+56=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B77038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77038 is #488FC7. Grayscale: #7F7F7F. Windows color (decimal): -4755400 or 3698871. OLE color: 3698871.

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

Color convert

RGB 183 112 56 -
CMYK 0 0.39 0.69 0.28
HSL 26.46º 0.53% 0.47% -
HSV(B) 26.46º 0.69% 0.72% -
XYZ 26.04 21.94 6.6 -
YUV 126.85 88.02 168.05 -
System Red Green Blue C M Y K H S L
Decimal 183 112 56 0 0.39 0.69 0.28 26.46 0.53 0.47
Hex B7 70 38 0 27 45 1C 1A 35 2F
Octal 267 160 70 0 47 105 34 32 65 57
Binary 10110111 1110000 111000 0 100111 1000101 11100 11010 110101 101111

Color Harmonies of #B77038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77038

Black with #B77038

Text Example


Text Example

White with #B77038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77038; }

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

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

background-color css

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

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

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

border-color css

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

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

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