Html Css Color HEX #B39240 Roti

📋 copy color: '#B39240'

red 179 ◦ green 146 ◦ blue 64

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

Shades of Roti #B39240

Tints of Roti #B39240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.53%

 BLUE value IS 64 (25.39% from 255) = 16.45%

R = 46.02%
G = 37.53%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B39240 (or 0xB39240) is known color: Roti. HEX triplet: B3, 92 and 40. RGB value is (179,146,64). Sum of RGB (Red+Green+Blue) = 179+146+64=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B39240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39240 is #4C6DBF. Grayscale: #929292. Windows color (decimal): -5008832 or 4231859. OLE color: 4231859.

HSL color Cylindrical-coordinate representation of color #B39240: hue angle of 42.78º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B39240 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 146 64 -
CMYK 0 0.18 0.64 0.30
HSL 42.78º 0.47% 0.48% -
HSV(B) 42.78º 0.64% 0.7% -
XYZ 29.79 30.51 9.17 -
YUV 146.52 81.43 151.17 -
System Red Green Blue C M Y K H S L
Decimal 179 146 64 0 0.18 0.64 0.30 42.78 0.47 0.48
Hex B3 92 40 0 12 40 1E 2B 2F 30
Octal 263 222 100 0 22 100 36 53 57 60
Binary 10110011 10010010 1000000 0 10010 1000000 11110 101011 101111 110000

Color Harmonies of #B39240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39240

Black with #B39240

Text Example


Text Example

White with #B39240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39240; }

 p { color: rgb(179,146,64); }

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

background-color css

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

 a { background-color: rgb(179,146,64); }

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

border-color css

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

 span { border-color: rgb(179,146,64); }

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