Html Css Color HEX #B6723A Reno Sand

📋 copy color: '#B6723A'

red 182 ◦ green 114 ◦ blue 58

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

Shades of Reno Sand #B6723A

Tints of Reno Sand #B6723A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.2%

 BLUE value IS 58 (23.05% from 255) = 16.38%

R = 51.41%
G = 32.2%
B = 16.38%

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

#B6723A (or 0xB6723A) is known color: Reno Sand. HEX triplet: B6, 72 and 3A. RGB value is (182,114,58). Sum of RGB (Red+Green+Blue) = 182+114+58=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B6723A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6723A is #498DC5. Grayscale: #808080. Windows color (decimal): -4820422 or 3830454. OLE color: 3830454.

HSL color Cylindrical-coordinate representation of color #B6723A: hue angle of 27.1º degrees, saturation: 0.52, 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 #B6723A is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 114 58 -
CMYK 0 0.37 0.68 0.29
HSL 27.1º 0.52% 0.47% -
HSV(B) 27.1º 0.68% 0.71% -
XYZ 26.07 22.29 6.93 -
YUV 127.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 182 114 58 0 0.37 0.68 0.29 27.1 0.52 0.47
Hex B6 72 3A 0 25 44 1D 1B 34 2F
Octal 266 162 72 0 45 104 35 33 64 57
Binary 10110110 1110010 111010 0 100101 1000100 11101 11011 110100 101111

Color Harmonies of #B6723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6723A

Black with #B6723A

Text Example


Text Example

White with #B6723A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6723A; }

 p { color: rgb(182,114,58); }

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

background-color css

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

 a { background-color: rgb(182,114,58); }

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

border-color css

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

 span { border-color: rgb(182,114,58); }

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