Html Css Color HEX #B0763C Reno Sand

📋 copy color: '#B0763C'

red 176 ◦ green 118 ◦ blue 60

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

Shades of Reno Sand #B0763C

Tints of Reno Sand #B0763C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.33%

 BLUE value IS 60 (23.83% from 255) = 16.95%

R = 49.72%
G = 33.33%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0763C (or 0xB0763C) is known color: Reno Sand. HEX triplet: B0, 76 and 3C. RGB value is (176,118,60). Sum of RGB (Red+Green+Blue) = 176+118+60=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0763C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0763C is #4F89C3. Grayscale: #818181. Windows color (decimal): -5212612 or 3962544. OLE color: 3962544.

HSL color Cylindrical-coordinate representation of color #B0763C: hue angle of 30º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0763C is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 118 60 -
CMYK 0 0.33 0.66 0.31
HSL 30º 0.49% 0.46% -
HSV(B) 30º 0.66% 0.69% -
XYZ 25.2 22.51 7.29 -
YUV 128.73 89.22 161.72 -
System Red Green Blue C M Y K H S L
Decimal 176 118 60 0 0.33 0.66 0.31 30 0.49 0.46
Hex B0 76 3C 0 21 42 1F 1E 31 2E
Octal 260 166 74 0 41 102 37 36 61 56
Binary 10110000 1110110 111100 0 100001 1000010 11111 11110 110001 101110

Color Harmonies of #B0763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0763C

Black with #B0763C

Text Example


Text Example

White with #B0763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0763C; }

 p { color: rgb(176,118,60); }

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

background-color css

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

 a { background-color: rgb(176,118,60); }

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

border-color css

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

 span { border-color: rgb(176,118,60); }

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