Html Css Color HEX #B76C30 Reno Sand

📋 copy color: '#B76C30'

red 183 ◦ green 108 ◦ blue 48

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

Shades of Reno Sand #B76C30

Tints of Reno Sand #B76C30

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.86%

 BLUE value IS 48 (19.14% from 255) = 14.16%

R = 53.98%
G = 31.86%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B76C30 (or 0xB76C30) is known color: Reno Sand. HEX triplet: B7, 6C and 30. RGB value is (183,108,48). Sum of RGB (Red+Green+Blue) = 183+108+48=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76C30 is #4893CF. Grayscale: #7B7B7B. Windows color (decimal): -4756432 or 3173559. OLE color: 3173559.

HSL color Cylindrical-coordinate representation of color #B76C30: hue angle of 26.67º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B76C30 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 108 48 -
CMYK 0 0.41 0.74 0.28
HSL 26.67º 0.58% 0.45% -
HSV(B) 26.67º 0.74% 0.72% -
XYZ 25.42 21.01 5.51 -
YUV 123.59 85.35 170.38 -
System Red Green Blue C M Y K H S L
Decimal 183 108 48 0 0.41 0.74 0.28 26.67 0.58 0.45
Hex B7 6C 30 0 29 4A 1C 1B 3A 2D
Octal 267 154 60 0 51 112 34 33 72 55
Binary 10110111 1101100 110000 0 101001 1001010 11100 11011 111010 101101

Color Harmonies of #B76C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C30

Black with #B76C30

Text Example


Text Example

White with #B76C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C30; }

 p { color: rgb(183,108,48); }

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

background-color css

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

 a { background-color: rgb(183,108,48); }

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

border-color css

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

 span { border-color: rgb(183,108,48); }

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