#B39348

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

Shades of Roti #B39348

Tints of Roti #B39348

Color information

#B39348 (or 0xB39348) is unknown color: approx Roti. HEX triplet: B3, 93 and 48. RGB value is (179,147,72). Sum of RGB (Red+Green+Blue) = 179+147+72=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B39348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39348 is #4C6CB7. Grayscale: #949494. Windows color (decimal): -5008568 or 4756403. OLE color: 4756403.

HSL color Cylindrical-coordinate representation of color #B39348: hue angle of 42.06º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B39348 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17914772-
CMYK00.180.600.30
HSL42.06º42.63%49.22%-
HSV(B)42.06º59.78%70.2%-
XYZ30.1930.9210.51-
YUV148.0285.1150.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.97%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 72 (28.52% from 255) = 18.09%
R=44.97%
G=36.93%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791477200.180.600.3042.0642.6349.22
HexB393480123C1E2a2b31
Octal2632231100227436525361
Binary1011001110010011100100001001011110011110101010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39348; }

 p { color: rgb(179,147,72); }

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

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

 a { background-color: rgb(179,147,72); }

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

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

 span { border-color: rgb(179,147,72); }

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