Html Css Color HEX #B8713A Reno Sand

📋 copy color: '#B8713A'

red 184 ◦ green 113 ◦ blue 58

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

Shades of Reno Sand #B8713A

Tints of Reno Sand #B8713A

RGB

 RED value IS 184 (72.27% from 255) = 51.83%

 GREEN value IS 113 (44.53% from 255) = 31.83%

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

R = 51.83%
G = 31.83%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8713A (or 0xB8713A) is known color: Reno Sand. HEX triplet: B8, 71 and 3A. RGB value is (184,113,58). Sum of RGB (Red+Green+Blue) = 184+113+58=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B8713A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8713A is #478EC5. Grayscale: #808080. Windows color (decimal): -4689606 or 3830200. OLE color: 3830200.

HSL color Cylindrical-coordinate representation of color #B8713A: hue angle of 26.19º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8713A is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 113 58 -
CMYK 0 0.39 0.68 0.28
HSL 26.19º 0.52% 0.47% -
HSV(B) 26.19º 0.68% 0.72% -
XYZ 26.44 22.31 6.92 -
YUV 127.96 88.52 167.97 -
System Red Green Blue C M Y K H S L
Decimal 184 113 58 0 0.39 0.68 0.28 26.19 0.52 0.47
Hex B8 71 3A 0 27 44 1C 1A 34 2F
Octal 270 161 72 0 47 104 34 32 64 57
Binary 10111000 1110001 111010 0 100111 1000100 11100 11010 110100 101111

Color Harmonies of #B8713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8713A

Black with #B8713A

Text Example


Text Example

White with #B8713A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8713A; }

 p { color: rgb(184,113,58); }

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

background-color css

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

 a { background-color: rgb(184,113,58); }

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

border-color css

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

 span { border-color: rgb(184,113,58); }

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