#B4672D

Color #B4672D Reno Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reno Sand #B4672D

Tints of Reno Sand #B4672D

Color information

#B4672D (or 0xB4672D) is unknown color: approx Reno Sand. HEX triplet: B4, 67 and 2D. RGB value is (180,103,45). Sum of RGB (Red+Green+Blue) = 180+103+45=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B4672D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4672D is #4B98D2. Grayscale: #777777. Windows color (decimal): -4954323 or 2975668. OLE color: 2975668.

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

Color convert

RGB18010345-
CMYK00.430.750.29
HSL25.78º60%44.12%-
HSV(B)25.78º75%70.59%-
XYZ24.1519.594.99-
YUV119.4186.01171.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.88%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 45 (17.97% from 255) = 13.72%
R=54.88%
G=31.40%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801034500.430.750.2925.786044.12
HexB4672D02B4B1D1a3c2c
Octal2641475505311335327454
Binary101101001100111101101010101110010111110111010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4672D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4672D; }

 p { color: rgb(180,103,45); }

 H1.HeaderClassName
 {
   color: #B4672D;
 }
 .AnyTagClassName
 {
   color: #B4672D;
 }
</style>
background-color css

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

 a { background-color: rgb(180,103,45); }

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

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

 span { border-color: rgb(180,103,45); }

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