Html Css Color HEX #B0682C Reno Sand

📋 copy color: '#B0682C'

red 176 ◦ green 104 ◦ blue 44

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

Shades of Reno Sand #B0682C

Tints of Reno Sand #B0682C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.58%

R = 54.32%
G = 32.1%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0682C (or 0xB0682C) is known color: Reno Sand. HEX triplet: B0, 68 and 2C. RGB value is (176,104,44). Sum of RGB (Red+Green+Blue) = 176+104+44=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B0682C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0682C is #4F97D3. Grayscale: #777777. Windows color (decimal): -5216212 or 2910384. OLE color: 2910384.

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

Color convert

RGB 176 104 44 -
CMYK 0 0.41 0.75 0.31
HSL 27.27º 0.6% 0.43% -
HSV(B) 27.27º 0.75% 0.69% -
XYZ 23.31 19.31 4.88 -
YUV 118.69 85.85 168.88 -
System Red Green Blue C M Y K H S L
Decimal 176 104 44 0 0.41 0.75 0.31 27.27 0.6 0.43
Hex B0 68 2C 0 29 4B 1F 1B 3C 2B
Octal 260 150 54 0 51 113 37 33 74 53
Binary 10110000 1101000 101100 0 101001 1001011 11111 11011 111100 101011

Color Harmonies of #B0682C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0682C

Black with #B0682C

Text Example


Text Example

White with #B0682C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0682C; }

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

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

background-color css

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

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

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

border-color css

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

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

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