Html Css Color HEX #BE9944 Roti

📋 copy color: '#BE9944'

red 190 ◦ green 153 ◦ blue 68

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

Shades of Roti #BE9944

Tints of Roti #BE9944

RGB

 RED value IS 190 (74.61% from 255) = 46.23%

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

 BLUE value IS 68 (26.95% from 255) = 16.55%

R = 46.23%
G = 37.23%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE9944 (or 0xBE9944) is known color: Roti. HEX triplet: BE, 99 and 44. RGB value is (190,153,68). Sum of RGB (Red+Green+Blue) = 190+153+68=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 68 (26.95% from 255 or 16.55% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9944 is #4166BB. Grayscale: #9A9A9A. Windows color (decimal): -4286140 or 4495806. OLE color: 4495806.

HSL color Cylindrical-coordinate representation of color #BE9944: hue angle of 41.8º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE9944 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 153 68 -
CMYK 0 0.19 0.64 0.25
HSL 41.8º 0.48% 0.51% -
HSV(B) 41.8º 0.64% 0.75% -
XYZ 33.67 34.15 10.29 -
YUV 154.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 190 153 68 0 0.19 0.64 0.25 41.8 0.48 0.51
Hex BE 99 44 0 13 40 19 2A 30 33
Octal 276 231 104 0 23 100 31 52 60 63
Binary 10111110 10011001 1000100 0 10011 1000000 11001 101010 110000 110011

Color Harmonies of #BE9944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9944

Black with #BE9944

Text Example


Text Example

White with #BE9944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9944; }

 p { color: rgb(190,153,68); }

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

background-color css

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

 a { background-color: rgb(190,153,68); }

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

border-color css

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

 span { border-color: rgb(190,153,68); }

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