Html Css Color HEX #B39441 Roti

📋 copy color: '#B39441'

red 179 ◦ green 148 ◦ blue 65

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

Shades of Roti #B39441

Tints of Roti #B39441

RGB

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

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

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

R = 45.66%
G = 37.76%
B = 16.58%

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

#B39441 (or 0xB39441) is known color: Roti. HEX triplet: B3, 94 and 41. RGB value is (179,148,65). Sum of RGB (Red+Green+Blue) = 179+148+65=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B39441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39441 is #4C6BBE. Grayscale: #949494. Windows color (decimal): -5008319 or 4297907. OLE color: 4297907.

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

Color convert

RGB 179 148 65 -
CMYK 0 0.17 0.64 0.30
HSL 43.68º 0.47% 0.48% -
HSV(B) 43.68º 0.64% 0.7% -
XYZ 30.13 31.15 9.42 -
YUV 147.81 81.27 150.25 -
System Red Green Blue C M Y K H S L
Decimal 179 148 65 0 0.17 0.64 0.30 43.68 0.47 0.48
Hex B3 94 41 0 11 40 1E 2C 2F 30
Octal 263 224 101 0 21 100 36 54 57 60
Binary 10110011 10010100 1000001 0 10001 1000000 11110 101100 101111 110000

Color Harmonies of #B39441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39441

Black with #B39441

Text Example


Text Example

White with #B39441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39441; }

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

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

background-color css

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

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

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

border-color css

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

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

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