Html Css Color HEX #B0692F Reno Sand

📋 copy color: '#B0692F'

red 176 ◦ green 105 ◦ blue 47

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

Shades of Reno Sand #B0692F

Tints of Reno Sand #B0692F

RGB

 RED value IS 176 (69.14% from 255) = 53.66%

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

 BLUE value IS 47 (18.75% from 255) = 14.33%

R = 53.66%
G = 32.01%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0692F (or 0xB0692F) is known color: Reno Sand. HEX triplet: B0, 69 and 2F. RGB value is (176,105,47). Sum of RGB (Red+Green+Blue) = 176+105+47=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B0692F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0692F is #4F96D0. Grayscale: #777777. Windows color (decimal): -5215953 or 3107248. OLE color: 3107248.

HSL color Cylindrical-coordinate representation of color #B0692F: hue angle of 26.98º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0692F is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 105 47 -
CMYK 0 0.40 0.73 0.31
HSL 26.98º 0.58% 0.44% -
HSV(B) 26.98º 0.73% 0.69% -
XYZ 23.47 19.54 5.22 -
YUV 119.62 87.02 168.22 -
System Red Green Blue C M Y K H S L
Decimal 176 105 47 0 0.40 0.73 0.31 26.98 0.58 0.44
Hex B0 69 2F 0 28 49 1F 1B 3A 2C
Octal 260 151 57 0 50 111 37 33 72 54
Binary 10110000 1101001 101111 0 101000 1001001 11111 11011 111010 101100

Color Harmonies of #B0692F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0692F

Black with #B0692F

Text Example


Text Example

White with #B0692F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0692F; }

 p { color: rgb(176,105,47); }

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

background-color css

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

 a { background-color: rgb(176,105,47); }

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

border-color css

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

 span { border-color: rgb(176,105,47); }

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