Html Css Color HEX #B0682B Reno Sand

📋 copy color: '#B0682B'

red 176 ◦ green 104 ◦ blue 43

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

Shades of Reno Sand #B0682B

Tints of Reno Sand #B0682B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.2%

 BLUE value IS 43 (17.19% from 255) = 13.31%

R = 54.49%
G = 32.2%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0682B (or 0xB0682B) is known color: Reno Sand. HEX triplet: B0, 68 and 2B. RGB value is (176,104,43). Sum of RGB (Red+Green+Blue) = 176+104+43=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B0682B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0682B is #4F97D4. Grayscale: #767676. Windows color (decimal): -5216213 or 2844848. OLE color: 2844848.

HSL color Cylindrical-coordinate representation of color #B0682B: hue angle of 27.52º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0682B is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 104 43 -
CMYK 0 0.41 0.76 0.31
HSL 27.52º 0.61% 0.43% -
HSV(B) 27.52º 0.76% 0.69% -
XYZ 23.29 19.31 4.78 -
YUV 118.57 85.35 168.96 -
System Red Green Blue C M Y K H S L
Decimal 176 104 43 0 0.41 0.76 0.31 27.52 0.61 0.43
Hex B0 68 2B 0 29 4C 1F 1C 3D 2B
Octal 260 150 53 0 51 114 37 34 75 53
Binary 10110000 1101000 101011 0 101001 1001100 11111 11100 111101 101011

Color Harmonies of #B0682B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0682B

Black with #B0682B

Text Example


Text Example

White with #B0682B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0682B; }

 p { color: rgb(176,104,43); }

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

background-color css

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

 a { background-color: rgb(176,104,43); }

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

border-color css

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

 span { border-color: rgb(176,104,43); }

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