Html Css Color HEX #BE9E44 Roti

📋 copy color: '#BE9E44'

red 190 ◦ green 158 ◦ blue 68

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

Shades of Roti #BE9E44

Tints of Roti #BE9E44

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.98%

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

R = 45.67%
G = 37.98%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE9E44 (or 0xBE9E44) is known color: Roti. HEX triplet: BE, 9E and 44. RGB value is (190,158,68). Sum of RGB (Red+Green+Blue) = 190+158+68=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E44 is #4161BB. Grayscale: #9D9D9D. Windows color (decimal): -4284860 or 4497086. OLE color: 4497086.

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

Color convert

RGB 190 158 68 -
CMYK 0 0.17 0.64 0.25
HSL 44.26º 0.48% 0.51% -
HSV(B) 44.26º 0.64% 0.75% -
XYZ 34.51 35.82 10.56 -
YUV 157.31 77.6 151.32 -
System Red Green Blue C M Y K H S L
Decimal 190 158 68 0 0.17 0.64 0.25 44.26 0.48 0.51
Hex BE 9E 44 0 11 40 19 2C 30 33
Octal 276 236 104 0 21 100 31 54 60 63
Binary 10111110 10011110 1000100 0 10001 1000000 11001 101100 110000 110011

Color Harmonies of #BE9E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E44

Black with #BE9E44

Text Example


Text Example

White with #BE9E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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