Html Css Color HEX #B6733B Reno Sand

📋 copy color: '#B6733B'

red 182 ◦ green 115 ◦ blue 59

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

Shades of Reno Sand #B6733B

Tints of Reno Sand #B6733B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.3%

 BLUE value IS 59 (23.44% from 255) = 16.57%

R = 51.12%
G = 32.3%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6733B (or 0xB6733B) is known color: Reno Sand. HEX triplet: B6, 73 and 3B. RGB value is (182,115,59). Sum of RGB (Red+Green+Blue) = 182+115+59=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B6733B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6733B is #498CC4. Grayscale: #808080. Windows color (decimal): -4820165 or 3896246. OLE color: 3896246.

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

Color convert

RGB 182 115 59 -
CMYK 0 0.37 0.68 0.29
HSL 27.32º 0.51% 0.47% -
HSV(B) 27.32º 0.68% 0.71% -
XYZ 26.21 22.52 7.1 -
YUV 128.65 88.7 166.05 -
System Red Green Blue C M Y K H S L
Decimal 182 115 59 0 0.37 0.68 0.29 27.32 0.51 0.47
Hex B6 73 3B 0 25 44 1D 1B 33 2F
Octal 266 163 73 0 45 104 35 33 63 57
Binary 10110110 1110011 111011 0 100101 1000100 11101 11011 110011 101111

Color Harmonies of #B6733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6733B

Black with #B6733B

Text Example


Text Example

White with #B6733B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6733B; }

 p { color: rgb(182,115,59); }

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

background-color css

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

 a { background-color: rgb(182,115,59); }

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

border-color css

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

 span { border-color: rgb(182,115,59); }

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