Html Css Color HEX #BE983C Roti

📋 copy color: '#BE983C'

red 190 ◦ green 152 ◦ blue 60

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

Shades of Roti #BE983C

Tints of Roti #BE983C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.93%

R = 47.26%
G = 37.81%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE983C (or 0xBE983C) is known color: Roti. HEX triplet: BE, 98 and 3C. RGB value is (190,152,60). Sum of RGB (Red+Green+Blue) = 190+152+60=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE983C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE983C is #4167C3. Grayscale: #999999. Windows color (decimal): -4286404 or 3971262. OLE color: 3971262.

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

Color convert

RGB 190 152 60 -
CMYK 0 0.2 0.68 0.25
HSL 42.46º 0.52% 0.49% -
HSV(B) 42.46º 0.68% 0.75% -
XYZ 33.28 33.73 9.03 -
YUV 152.87 75.59 154.48 -
System Red Green Blue C M Y K H S L
Decimal 190 152 60 0 0.2 0.68 0.25 42.46 0.52 0.49
Hex BE 98 3C 0 14 44 19 2A 34 31
Octal 276 230 74 0 24 104 31 52 64 61
Binary 10111110 10011000 111100 0 10100 1000100 11001 101010 110100 110001

Color Harmonies of #BE983C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE983C

Black with #BE983C

Text Example


Text Example

White with #BE983C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE983C; }

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

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

background-color css

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

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

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

border-color css

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

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

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