#B4973E

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

Shades of Roti #B4973E

Tints of Roti #B4973E

Color information

#B4973E (or 0xB4973E) is unknown color: approx Roti. HEX triplet: B4, 97 and 3E. RGB value is (180,151,62). Sum of RGB (Red+Green+Blue) = 180+151+62=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B4973E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4973E is #4B68C1. Grayscale: #959595. Windows color (decimal): -4942018 or 4102068. OLE color: 4102068.

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

Color convert

RGB18015162-
CMYK00.160.660.29
HSL45.25º48.76%47.45%-
HSV(B)45.25º65.56%70.59%-
XYZ30.7632.189.15-
YUV149.5278.61149.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 151 (59.38% from 255) = 38.42%
BLUE value IS 62 (24.61% from 255) = 15.78%
R=45.80%
G=38.42%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801516200.160.660.2945.2548.7647.45
HexB4973E010421D2d312f
Octal2642277602010235556157
Binary1011010010010111111110010000100001011101101101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4973E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4973E; }

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

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

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

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

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

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

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

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