Html Css Color HEX #B39940 Roti

📋 copy color: '#B39940'

red 179 ◦ green 153 ◦ blue 64

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

Shades of Roti #B39940

Tints of Roti #B39940

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.64%

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

R = 45.2%
G = 38.64%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B39940 (or 0xB39940) is known color: Roti. HEX triplet: B3, 99 and 40. RGB value is (179,153,64). Sum of RGB (Red+Green+Blue) = 179+153+64=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B39940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39940 is #4C66BF. Grayscale: #979797. Windows color (decimal): -5007040 or 4233651. OLE color: 4233651.

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

Color convert

RGB 179 153 64 -
CMYK 0 0.15 0.64 0.30
HSL 46.43º 0.47% 0.48% -
HSV(B) 46.43º 0.64% 0.7% -
XYZ 30.91 32.74 9.54 -
YUV 150.63 79.11 148.24 -
System Red Green Blue C M Y K H S L
Decimal 179 153 64 0 0.15 0.64 0.30 46.43 0.47 0.48
Hex B3 99 40 0 F 40 1E 2E 2F 30
Octal 263 231 100 0 17 100 36 56 57 60
Binary 10110011 10011001 1000000 0 1111 1000000 11110 101110 101111 110000

Color Harmonies of #B39940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39940

Black with #B39940

Text Example


Text Example

White with #B39940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39940; }

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

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

background-color css

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

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

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

border-color css

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

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

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