Html Css Color HEX #BE9844 Roti

📋 copy color: '#BE9844'

red 190 ◦ green 152 ◦ blue 68

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

Shades of Roti #BE9844

Tints of Roti #BE9844

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.07%

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

R = 46.34%
G = 37.07%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE9844 (or 0xBE9844) is known color: Roti. HEX triplet: BE, 98 and 44. RGB value is (190,152,68). Sum of RGB (Red+Green+Blue) = 190+152+68=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9844 is #4167BB. Grayscale: #9A9A9A. Windows color (decimal): -4286396 or 4495550. OLE color: 4495550.

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

Color convert

RGB 190 152 68 -
CMYK 0 0.2 0.64 0.25
HSL 41.31º 0.48% 0.51% -
HSV(B) 41.31º 0.64% 0.75% -
XYZ 33.51 33.82 10.23 -
YUV 153.79 79.59 153.83 -
System Red Green Blue C M Y K H S L
Decimal 190 152 68 0 0.2 0.64 0.25 41.31 0.48 0.51
Hex BE 98 44 0 14 40 19 29 30 33
Octal 276 230 104 0 24 100 31 51 60 63
Binary 10111110 10011000 1000100 0 10100 1000000 11001 101001 110000 110011

Color Harmonies of #BE9844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9844

Black with #BE9844

Text Example


Text Example

White with #BE9844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9844; }

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

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

background-color css

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

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

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

border-color css

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

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

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