Html Css Color HEX #B2753C Reno Sand

📋 copy color: '#B2753C'

red 178 ◦ green 117 ◦ blue 60

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

Shades of Reno Sand #B2753C

Tints of Reno Sand #B2753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.96%

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

R = 50.14%
G = 32.96%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2753C (or 0xB2753C) is known color: Reno Sand. HEX triplet: B2, 75 and 3C. RGB value is (178,117,60). Sum of RGB (Red+Green+Blue) = 178+117+60=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2753C is #4D8AC3. Grayscale: #818181. Windows color (decimal): -5081796 or 3962290. OLE color: 3962290.

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

Color convert

RGB 178 117 60 -
CMYK 0 0.34 0.66 0.30
HSL 28.98º 0.5% 0.47% -
HSV(B) 28.98º 0.66% 0.7% -
XYZ 25.54 22.51 7.27 -
YUV 128.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 178 117 60 0 0.34 0.66 0.30 28.98 0.5 0.47
Hex B2 75 3C 0 22 42 1E 1D 32 2F
Octal 262 165 74 0 42 102 36 35 62 57
Binary 10110010 1110101 111100 0 100010 1000010 11110 11101 110010 101111

Color Harmonies of #B2753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2753C

Black with #B2753C

Text Example


Text Example

White with #B2753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2753C; }

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

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

background-color css

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

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

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

border-color css

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

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

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