Html Css Color HEX #B39341 Roti

📋 copy color: '#B39341'

red 179 ◦ green 147 ◦ blue 65

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

Shades of Roti #B39341

Tints of Roti #B39341

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.6%

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

R = 45.78%
G = 37.6%
B = 16.62%

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

#B39341 (or 0xB39341) is known color: Roti. HEX triplet: B3, 93 and 41. RGB value is (179,147,65). Sum of RGB (Red+Green+Blue) = 179+147+65=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B39341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39341 is #4C6CBE. Grayscale: #939393. Windows color (decimal): -5008575 or 4297651. OLE color: 4297651.

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

Color convert

RGB 179 147 65 -
CMYK 0 0.18 0.64 0.30
HSL 43.16º 0.47% 0.48% -
HSV(B) 43.16º 0.64% 0.7% -
XYZ 29.98 30.83 9.37 -
YUV 147.22 81.6 150.67 -
System Red Green Blue C M Y K H S L
Decimal 179 147 65 0 0.18 0.64 0.30 43.16 0.47 0.48
Hex B3 93 41 0 12 40 1E 2B 2F 30
Octal 263 223 101 0 22 100 36 53 57 60
Binary 10110011 10010011 1000001 0 10010 1000000 11110 101011 101111 110000

Color Harmonies of #B39341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39341

Black with #B39341

Text Example


Text Example

White with #B39341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39341; }

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

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

background-color css

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

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

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

border-color css

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

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

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