#b4973f

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

Shades of Roti #B4973F

Tints of Roti #B4973F

Color information

#B4973F (or 0xB4973F) is unknown color: approx Roti. HEX triplet: B4, 97 and 3F. RGB value is (180,151,63). Sum of RGB (Red+Green+Blue) = 180+151+63=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B4973F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4973F is #4B68C0. Grayscale: #969696. Windows color (decimal): -4942017 or 4167604. OLE color: 4167604.

HSL color Cylindrical-coordinate representation of color #B4973F: hue angle of 45.13º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4973F is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18015163-
CMYK00.160.650.29
HSL45.13º48.15%47.65%-
HSV(B)45.13º65%70.59%-
XYZ30.7932.29.29-
YUV149.6479.11149.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 151 (59.38% from 255) = 38.32%
BLUE value IS 63 (25% from 255) = 15.99%
R=45.69%
G=38.32%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801516300.160.650.2945.1348.1547.65
HexB4973F010411D2d3030
Octal2642277702010135556060
Binary1011010010010111111111010000100000111101101101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4973f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4973f; }

 p { color: rgb(180,151,63); }

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

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

 a { background-color: rgb(180,151,63); }

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

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

 span { border-color: rgb(180,151,63); }

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