Html Css Color HEX #B3672E Reno Sand

📋 copy color: '#B3672E'

red 179 ◦ green 103 ◦ blue 46

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

Shades of Reno Sand #B3672E

Tints of Reno Sand #B3672E

RGB

 RED value IS 179 (70.31% from 255) = 54.57%

 GREEN value IS 103 (40.63% from 255) = 31.4%

 BLUE value IS 46 (18.36% from 255) = 14.02%

R = 54.57%
G = 31.4%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3672E (or 0xB3672E) is known color: Reno Sand. HEX triplet: B3, 67 and 2E. RGB value is (179,103,46). Sum of RGB (Red+Green+Blue) = 179+103+46=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B3672E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3672E is #4C98D1. Grayscale: #777777. Windows color (decimal): -5019858 or 3041203. OLE color: 3041203.

HSL color Cylindrical-coordinate representation of color #B3672E: hue angle of 25.71º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3672E is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 103 46 -
CMYK 0 0.42 0.74 0.30
HSL 25.71º 0.59% 0.44% -
HSV(B) 25.71º 0.74% 0.7% -
XYZ 23.93 19.48 5.08 -
YUV 119.23 86.68 170.63 -
System Red Green Blue C M Y K H S L
Decimal 179 103 46 0 0.42 0.74 0.30 25.71 0.59 0.44
Hex B3 67 2E 0 2A 4A 1E 1A 3B 2C
Octal 263 147 56 0 52 112 36 32 73 54
Binary 10110011 1100111 101110 0 101010 1001010 11110 11010 111011 101100

Color Harmonies of #B3672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3672E

Black with #B3672E

Text Example


Text Example

White with #B3672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3672E; }

 p { color: rgb(179,103,46); }

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

background-color css

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

 a { background-color: rgb(179,103,46); }

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

border-color css

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

 span { border-color: rgb(179,103,46); }

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