Html Css Color HEX #BE9F3E Roti

📋 copy color: '#BE9F3E'

red 190 ◦ green 159 ◦ blue 62

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

Shades of Roti #BE9F3E

Tints of Roti #BE9F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.09%

R = 46.23%
G = 38.69%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE9F3E (or 0xBE9F3E) is known color: Roti. HEX triplet: BE, 9F and 3E. RGB value is (190,159,62). Sum of RGB (Red+Green+Blue) = 190+159+62=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9F3E is #4160C1. Grayscale: #9D9D9D. Windows color (decimal): -4284610 or 4104126. OLE color: 4104126.

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

Color convert

RGB 190 159 62 -
CMYK 0 0.16 0.67 0.25
HSL 45.47º 0.51% 0.49% -
HSV(B) 45.47º 0.67% 0.75% -
XYZ 34.5 36.09 9.71 -
YUV 157.21 74.27 151.39 -
System Red Green Blue C M Y K H S L
Decimal 190 159 62 0 0.16 0.67 0.25 45.47 0.51 0.49
Hex BE 9F 3E 0 10 43 19 2D 33 31
Octal 276 237 76 0 20 103 31 55 63 61
Binary 10111110 10011111 111110 0 10000 1000011 11001 101101 110011 110001

Color Harmonies of #BE9F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9F3E

Black with #BE9F3E

Text Example


Text Example

White with #BE9F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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