Html Css Color HEX #B39241 Roti

📋 copy color: '#B39241'

red 179 ◦ green 146 ◦ blue 65

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

Shades of Roti #B39241

Tints of Roti #B39241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.67%

R = 45.9%
G = 37.44%
B = 16.67%

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

#B39241 (or 0xB39241) is known color: Roti. HEX triplet: B3, 92 and 41. RGB value is (179,146,65). Sum of RGB (Red+Green+Blue) = 179+146+65=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B39241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39241 is #4C6DBE. Grayscale: #929292. Windows color (decimal): -5008831 or 4297395. OLE color: 4297395.

HSL color Cylindrical-coordinate representation of color #B39241: hue angle of 42.63º 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 #B39241 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 146 65 -
CMYK 0 0.18 0.64 0.30
HSL 42.63º 0.47% 0.48% -
HSV(B) 42.63º 0.64% 0.7% -
XYZ 29.82 30.52 9.32 -
YUV 146.63 81.93 151.09 -
System Red Green Blue C M Y K H S L
Decimal 179 146 65 0 0.18 0.64 0.30 42.63 0.47 0.48
Hex B3 92 41 0 12 40 1E 2B 2F 30
Octal 263 222 101 0 22 100 36 53 57 60
Binary 10110011 10010010 1000001 0 10010 1000000 11110 101011 101111 110000

Color Harmonies of #B39241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39241

Black with #B39241

Text Example


Text Example

White with #B39241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39241; }

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

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

background-color css

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

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

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

border-color css

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

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

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