Html Css Color HEX #B2793C Reno Sand

📋 copy color: '#B2793C'

red 178 ◦ green 121 ◦ blue 60

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

Shades of Reno Sand #B2793C

Tints of Reno Sand #B2793C

RGB

 RED value IS 178 (69.92% from 255) = 49.58%

 GREEN value IS 121 (47.66% from 255) = 33.7%

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

R = 49.58%
G = 33.7%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2793C (or 0xB2793C) is known color: Reno Sand. HEX triplet: B2, 79 and 3C. RGB value is (178,121,60). Sum of RGB (Red+Green+Blue) = 178+121+60=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2793C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2793C is #4D86C3. Grayscale: #838383. Windows color (decimal): -5080772 or 3963314. OLE color: 3963314.

HSL color Cylindrical-coordinate representation of color #B2793C: hue angle of 31.02º 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 #B2793C is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 121 60 -
CMYK 0 0.32 0.66 0.30
HSL 31.02º 0.5% 0.47% -
HSV(B) 31.02º 0.66% 0.7% -
XYZ 26.01 23.47 7.43 -
YUV 131.09 87.88 161.46 -
System Red Green Blue C M Y K H S L
Decimal 178 121 60 0 0.32 0.66 0.30 31.02 0.5 0.47
Hex B2 79 3C 0 20 42 1E 1F 32 2F
Octal 262 171 74 0 40 102 36 37 62 57
Binary 10110010 1111001 111100 0 100000 1000010 11110 11111 110010 101111

Color Harmonies of #B2793C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2793C

Black with #B2793C

Text Example


Text Example

White with #B2793C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2793C; }

 p { color: rgb(178,121,60); }

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

background-color css

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

 a { background-color: rgb(178,121,60); }

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

border-color css

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

 span { border-color: rgb(178,121,60); }

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