Html Css Color HEX #B7692E Reno Sand

📋 copy color: '#B7692E'

red 183 ◦ green 105 ◦ blue 46

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

Shades of Reno Sand #B7692E

Tints of Reno Sand #B7692E

RGB

 RED value IS 183 (71.88% from 255) = 54.79%

 GREEN value IS 105 (41.41% from 255) = 31.44%

 BLUE value IS 46 (18.36% from 255) = 13.77%

R = 54.79%
G = 31.44%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B7692E (or 0xB7692E) is known color: Reno Sand. HEX triplet: B7, 69 and 2E. RGB value is (183,105,46). Sum of RGB (Red+Green+Blue) = 183+105+46=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B7692E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7692E is #4896D1. Grayscale: #797979. Windows color (decimal): -4757202 or 3041719. OLE color: 3041719.

HSL color Cylindrical-coordinate representation of color #B7692E: hue angle of 25.84º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7692E is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 105 46 -
CMYK 0 0.43 0.75 0.28
HSL 25.84º 0.6% 0.45% -
HSV(B) 25.84º 0.75% 0.72% -
XYZ 25.07 20.37 5.19 -
YUV 121.6 85.34 171.8 -
System Red Green Blue C M Y K H S L
Decimal 183 105 46 0 0.43 0.75 0.28 25.84 0.6 0.45
Hex B7 69 2E 0 2B 4B 1C 1A 3C 2D
Octal 267 151 56 0 53 113 34 32 74 55
Binary 10110111 1101001 101110 0 101011 1001011 11100 11010 111100 101101

Color Harmonies of #B7692E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7692E

Black with #B7692E

Text Example


Text Example

White with #B7692E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7692E; }

 p { color: rgb(183,105,46); }

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

background-color css

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

 a { background-color: rgb(183,105,46); }

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

border-color css

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

 span { border-color: rgb(183,105,46); }

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