Html Css Color HEX #B76F38 Reno Sand

📋 copy color: '#B76F38'

red 183 ◦ green 111 ◦ blue 56

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

Shades of Reno Sand #B76F38

Tints of Reno Sand #B76F38

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

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

R = 52.29%
G = 31.71%
B = 16%

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

#B76F38 (or 0xB76F38) is known color: Reno Sand. HEX triplet: B7, 6F and 38. RGB value is (183,111,56). Sum of RGB (Red+Green+Blue) = 183+111+56=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76F38 is #4890C7. Grayscale: #7E7E7E. Windows color (decimal): -4755656 or 3698615. OLE color: 3698615.

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

Color convert

RGB 183 111 56 -
CMYK 0 0.39 0.69 0.28
HSL 25.98º 0.53% 0.47% -
HSV(B) 25.98º 0.69% 0.72% -
XYZ 25.93 21.72 6.57 -
YUV 126.26 88.35 168.47 -
System Red Green Blue C M Y K H S L
Decimal 183 111 56 0 0.39 0.69 0.28 25.98 0.53 0.47
Hex B7 6F 38 0 27 45 1C 1A 35 2F
Octal 267 157 70 0 47 105 34 32 65 57
Binary 10110111 1101111 111000 0 100111 1000101 11100 11010 110101 101111

Color Harmonies of #B76F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76F38

Black with #B76F38

Text Example


Text Example

White with #B76F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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