Html Css Color HEX #BE9941 Roti

📋 copy color: '#BE9941'

red 190 ◦ green 153 ◦ blue 65

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

Shades of Roti #BE9941

Tints of Roti #BE9941

RGB

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

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

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

R = 46.57%
G = 37.5%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE9941 (or 0xBE9941) is known color: Roti. HEX triplet: BE, 99 and 41. RGB value is (190,153,65). Sum of RGB (Red+Green+Blue) = 190+153+65=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9941 is #4166BE. Grayscale: #9A9A9A. Windows color (decimal): -4286143 or 4299198. OLE color: 4299198.

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

Color convert

RGB 190 153 65 -
CMYK 0 0.19 0.66 0.25
HSL 42.24º 0.49% 0.5% -
HSV(B) 42.24º 0.66% 0.75% -
XYZ 33.58 34.11 9.82 -
YUV 154.03 77.76 153.66 -
System Red Green Blue C M Y K H S L
Decimal 190 153 65 0 0.19 0.66 0.25 42.24 0.49 0.5
Hex BE 99 41 0 13 42 19 2A 31 32
Octal 276 231 101 0 23 102 31 52 61 62
Binary 10111110 10011001 1000001 0 10011 1000010 11001 101010 110001 110010

Color Harmonies of #BE9941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9941

Black with #BE9941

Text Example


Text Example

White with #BE9941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9941; }

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

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

background-color css

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

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

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

border-color css

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

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

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