Html Css Color HEX #B6753C Reno Sand

📋 copy color: '#B6753C'

red 182 ◦ green 117 ◦ blue 60

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

Shades of Reno Sand #B6753C

Tints of Reno Sand #B6753C

RGB

 RED value IS 182 (71.48% from 255) = 50.7%

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

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

R = 50.7%
G = 32.59%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6753C (or 0xB6753C) is known color: Reno Sand. HEX triplet: B6, 75 and 3C. RGB value is (182,117,60). Sum of RGB (Red+Green+Blue) = 182+117+60=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B6753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6753C is #498AC3. Grayscale: #828282. Windows color (decimal): -4819652 or 3962294. OLE color: 3962294.

HSL color Cylindrical-coordinate representation of color #B6753C: hue angle of 28.03º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6753C is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 117 60 -
CMYK 0 0.36 0.67 0.29
HSL 28.03º 0.5% 0.47% -
HSV(B) 28.03º 0.67% 0.71% -
XYZ 26.47 22.99 7.32 -
YUV 129.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 182 117 60 0 0.36 0.67 0.29 28.03 0.5 0.47
Hex B6 75 3C 0 24 43 1D 1C 32 2F
Octal 266 165 74 0 44 103 35 34 62 57
Binary 10110110 1110101 111100 0 100100 1000011 11101 11100 110010 101111

Color Harmonies of #B6753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6753C

Black with #B6753C

Text Example


Text Example

White with #B6753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6753C; }

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

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

background-color css

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

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

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

border-color css

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

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

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