Html Css Color HEX #BE993D Roti

📋 copy color: '#BE993D'

red 190 ◦ green 153 ◦ blue 61

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

Shades of Roti #BE993D

Tints of Roti #BE993D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.1%

R = 47.03%
G = 37.87%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE993D (or 0xBE993D) is known color: Roti. HEX triplet: BE, 99 and 3D. RGB value is (190,153,61). Sum of RGB (Red+Green+Blue) = 190+153+61=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE993D is #4166C2. Grayscale: #999999. Windows color (decimal): -4286147 or 4037054. OLE color: 4037054.

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

Color convert

RGB 190 153 61 -
CMYK 0 0.19 0.68 0.25
HSL 42.79º 0.51% 0.49% -
HSV(B) 42.79º 0.68% 0.75% -
XYZ 33.47 34.07 9.23 -
YUV 153.58 75.76 153.98 -
System Red Green Blue C M Y K H S L
Decimal 190 153 61 0 0.19 0.68 0.25 42.79 0.51 0.49
Hex BE 99 3D 0 13 44 19 2B 33 31
Octal 276 231 75 0 23 104 31 53 63 61
Binary 10111110 10011001 111101 0 10011 1000100 11001 101011 110011 110001

Color Harmonies of #BE993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE993D

Black with #BE993D

Text Example


Text Example

White with #BE993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE993D; }

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

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

background-color css

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

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

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

border-color css

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

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

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