Html Css Color HEX #B9703A Reno Sand

📋 copy color: '#B9703A'

red 185 ◦ green 112 ◦ blue 58

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

Shades of Reno Sand #B9703A

Tints of Reno Sand #B9703A

RGB

 RED value IS 185 (72.66% from 255) = 52.11%

 GREEN value IS 112 (44.14% from 255) = 31.55%

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

R = 52.11%
G = 31.55%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9703A (or 0xB9703A) is known color: Reno Sand. HEX triplet: B9, 70 and 3A. RGB value is (185,112,58). Sum of RGB (Red+Green+Blue) = 185+112+58=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B9703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9703A is #468FC5. Grayscale: #7F7F7F. Windows color (decimal): -4624326 or 3829945. OLE color: 3829945.

HSL color Cylindrical-coordinate representation of color #B9703A: hue angle of 25.51º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9703A is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 112 58 -
CMYK 0 0.39 0.69 0.27
HSL 25.51º 0.52% 0.48% -
HSV(B) 25.51º 0.69% 0.73% -
XYZ 26.57 22.21 6.89 -
YUV 127.67 88.68 168.89 -
System Red Green Blue C M Y K H S L
Decimal 185 112 58 0 0.39 0.69 0.27 25.51 0.52 0.48
Hex B9 70 3A 0 27 45 1B 1A 34 30
Octal 271 160 72 0 47 105 33 32 64 60
Binary 10111001 1110000 111010 0 100111 1000101 11011 11010 110100 110000

Color Harmonies of #B9703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9703A

Black with #B9703A

Text Example


Text Example

White with #B9703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9703A; }

 p { color: rgb(185,112,58); }

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

background-color css

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

 a { background-color: rgb(185,112,58); }

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

border-color css

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

 span { border-color: rgb(185,112,58); }

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