Html Css Color HEX #B0662C Reno Sand

📋 copy color: '#B0662C'

red 176 ◦ green 102 ◦ blue 44

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

Shades of Reno Sand #B0662C

Tints of Reno Sand #B0662C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.68%

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

R = 54.66%
G = 31.68%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0662C (or 0xB0662C) is known color: Reno Sand. HEX triplet: B0, 66 and 2C. RGB value is (176,102,44). Sum of RGB (Red+Green+Blue) = 176+102+44=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0662C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0662C is #4F99D3. Grayscale: #757575. Windows color (decimal): -5216724 or 2909872. OLE color: 2909872.

HSL color Cylindrical-coordinate representation of color #B0662C: hue angle of 26.36º 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 #B0662C is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 102 44 -
CMYK 0 0.42 0.75 0.31
HSL 26.36º 0.6% 0.43% -
HSV(B) 26.36º 0.75% 0.69% -
XYZ 23.11 18.91 4.82 -
YUV 117.51 86.52 169.72 -
System Red Green Blue C M Y K H S L
Decimal 176 102 44 0 0.42 0.75 0.31 26.36 0.6 0.43
Hex B0 66 2C 0 2A 4B 1F 1A 3C 2B
Octal 260 146 54 0 52 113 37 32 74 53
Binary 10110000 1100110 101100 0 101010 1001011 11111 11010 111100 101011

Color Harmonies of #B0662C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0662C

Black with #B0662C

Text Example


Text Example

White with #B0662C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0662C; }

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

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

background-color css

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

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

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

border-color css

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

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

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