Html Css Color HEX #BE9F45 Roti

📋 copy color: '#BE9F45'

red 190 ◦ green 159 ◦ blue 69

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

Shades of Roti #BE9F45

Tints of Roti #BE9F45

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.04%

 BLUE value IS 69 (27.34% from 255) = 16.51%

R = 45.45%
G = 38.04%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE9F45 (or 0xBE9F45) is known color: Roti. HEX triplet: BE, 9F and 45. RGB value is (190,159,69). Sum of RGB (Red+Green+Blue) = 190+159+69=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9F45 is #4160BA. Grayscale: #9E9E9E. Windows color (decimal): -4284603 or 4562878. OLE color: 4562878.

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

Color convert

RGB 190 159 69 -
CMYK 0 0.16 0.64 0.25
HSL 44.63º 0.48% 0.51% -
HSV(B) 44.63º 0.64% 0.75% -
XYZ 34.71 36.17 10.78 -
YUV 158.01 77.77 150.82 -
System Red Green Blue C M Y K H S L
Decimal 190 159 69 0 0.16 0.64 0.25 44.63 0.48 0.51
Hex BE 9F 45 0 10 40 19 2D 30 33
Octal 276 237 105 0 20 100 31 55 60 63
Binary 10111110 10011111 1000101 0 10000 1000000 11001 101101 110000 110011

Color Harmonies of #BE9F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9F45

Black with #BE9F45

Text Example


Text Example

White with #BE9F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9F45; }

 p { color: rgb(190,159,69); }

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

background-color css

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

 a { background-color: rgb(190,159,69); }

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

border-color css

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

 span { border-color: rgb(190,159,69); }

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