Html Css Color HEX #B3783C Reno Sand

📋 copy color: '#B3783C'

red 179 ◦ green 120 ◦ blue 60

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

Shades of Reno Sand #B3783C

Tints of Reno Sand #B3783C

RGB

 RED value IS 179 (70.31% from 255) = 49.86%

 GREEN value IS 120 (47.27% from 255) = 33.43%

 BLUE value IS 60 (23.83% from 255) = 16.71%

R = 49.86%
G = 33.43%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3783C (or 0xB3783C) is known color: Reno Sand. HEX triplet: B3, 78 and 3C. RGB value is (179,120,60). Sum of RGB (Red+Green+Blue) = 179+120+60=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B3783C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3783C is #4C87C3. Grayscale: #838383. Windows color (decimal): -5015492 or 3963059. OLE color: 3963059.

HSL color Cylindrical-coordinate representation of color #B3783C: hue angle of 30.25º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3783C is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 120 60 -
CMYK 0 0.33 0.66 0.30
HSL 30.25º 0.5% 0.47% -
HSV(B) 30.25º 0.66% 0.7% -
XYZ 26.12 23.34 7.4 -
YUV 130.8 88.05 162.38 -
System Red Green Blue C M Y K H S L
Decimal 179 120 60 0 0.33 0.66 0.30 30.25 0.5 0.47
Hex B3 78 3C 0 21 42 1E 1E 32 2F
Octal 263 170 74 0 41 102 36 36 62 57
Binary 10110011 1111000 111100 0 100001 1000010 11110 11110 110010 101111

Color Harmonies of #B3783C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3783C

Black with #B3783C

Text Example


Text Example

White with #B3783C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3783C; }

 p { color: rgb(179,120,60); }

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

background-color css

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

 a { background-color: rgb(179,120,60); }

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

border-color css

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

 span { border-color: rgb(179,120,60); }

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