Html Css Color HEX #BE983E Roti

📋 copy color: '#BE983E'

red 190 ◦ green 152 ◦ blue 62

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

Shades of Roti #BE983E

Tints of Roti #BE983E

RGB

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

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

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

R = 47.03%
G = 37.62%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE983E (or 0xBE983E) is known color: Roti. HEX triplet: BE, 98 and 3E. RGB value is (190,152,62). Sum of RGB (Red+Green+Blue) = 190+152+62=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE983E is #4167C1. Grayscale: #999999. Windows color (decimal): -4286402 or 4102334. OLE color: 4102334.

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

Color convert

RGB 190 152 62 -
CMYK 0 0.2 0.67 0.25
HSL 42.19º 0.51% 0.49% -
HSV(B) 42.19º 0.67% 0.75% -
XYZ 33.33 33.75 9.32 -
YUV 153.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 190 152 62 0 0.2 0.67 0.25 42.19 0.51 0.49
Hex BE 98 3E 0 14 43 19 2A 33 31
Octal 276 230 76 0 24 103 31 52 63 61
Binary 10111110 10011000 111110 0 10100 1000011 11001 101010 110011 110001

Color Harmonies of #BE983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE983E

Black with #BE983E

Text Example


Text Example

White with #BE983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE983E; }

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

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

background-color css

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

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

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

border-color css

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

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

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