Html Css Color HEX #B76B38 Reno Sand

📋 copy color: '#B76B38'

red 183 ◦ green 107 ◦ blue 56

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

Shades of Reno Sand #B76B38

Tints of Reno Sand #B76B38

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

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

R = 52.89%
G = 30.92%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B76B38 (or 0xB76B38) is known color: Reno Sand. HEX triplet: B7, 6B and 38. RGB value is (183,107,56). Sum of RGB (Red+Green+Blue) = 183+107+56=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76B38 is #4894C7. Grayscale: #7C7C7C. Windows color (decimal): -4756680 or 3697591. OLE color: 3697591.

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

Color convert

RGB 183 107 56 -
CMYK 0 0.42 0.69 0.28
HSL 24.09º 0.53% 0.47% -
HSV(B) 24.09º 0.69% 0.72% -
XYZ 25.5 20.87 6.43 -
YUV 123.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 183 107 56 0 0.42 0.69 0.28 24.09 0.53 0.47
Hex B7 6B 38 0 2A 45 1C 18 35 2F
Octal 267 153 70 0 52 105 34 30 65 57
Binary 10110111 1101011 111000 0 101010 1000101 11100 11000 110101 101111

Color Harmonies of #B76B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76B38

Black with #B76B38

Text Example


Text Example

White with #B76B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76B38; }

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

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

background-color css

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

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

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

border-color css

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

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

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