Html Css Color HEX #B39440 Roti

📋 copy color: '#B39440'

red 179 ◦ green 148 ◦ blue 64

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

Shades of Roti #B39440

Tints of Roti #B39440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.85%

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

R = 45.78%
G = 37.85%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B39440 (or 0xB39440) is known color: Roti. HEX triplet: B3, 94 and 40. RGB value is (179,148,64). Sum of RGB (Red+Green+Blue) = 179+148+64=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B39440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39440 is #4C6BBF. Grayscale: #949494. Windows color (decimal): -5008320 or 4232371. OLE color: 4232371.

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

Color convert

RGB 179 148 64 -
CMYK 0 0.17 0.64 0.30
HSL 43.83º 0.47% 0.48% -
HSV(B) 43.83º 0.64% 0.7% -
XYZ 30.11 31.13 9.27 -
YUV 147.69 80.77 150.33 -
System Red Green Blue C M Y K H S L
Decimal 179 148 64 0 0.17 0.64 0.30 43.83 0.47 0.48
Hex B3 94 40 0 11 40 1E 2C 2F 30
Octal 263 224 100 0 21 100 36 54 57 60
Binary 10110011 10010100 1000000 0 10001 1000000 11110 101100 101111 110000

Color Harmonies of #B39440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39440

Black with #B39440

Text Example


Text Example

White with #B39440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39440; }

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

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

background-color css

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

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

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

border-color css

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

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

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