Html Css Color HEX #BE983A Roti

📋 copy color: '#BE983A'

red 190 ◦ green 152 ◦ blue 58

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

Shades of Roti #BE983A

Tints of Roti #BE983A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.5%

R = 47.5%
G = 38%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE983A (or 0xBE983A) is known color: Roti. HEX triplet: BE, 98 and 3A. RGB value is (190,152,58). Sum of RGB (Red+Green+Blue) = 190+152+58=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 58 (23.05% from 255 or 14.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE983A is #4167C5. Grayscale: #999999. Windows color (decimal): -4286406 or 3840190. OLE color: 3840190.

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

Color convert

RGB 190 152 58 -
CMYK 0 0.2 0.69 0.25
HSL 42.73º 0.53% 0.49% -
HSV(B) 42.73º 0.69% 0.75% -
XYZ 33.23 33.71 8.76 -
YUV 152.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 190 152 58 0 0.2 0.69 0.25 42.73 0.53 0.49
Hex BE 98 3A 0 14 45 19 2B 35 31
Octal 276 230 72 0 24 105 31 53 65 61
Binary 10111110 10011000 111010 0 10100 1000101 11001 101011 110101 110001

Color Harmonies of #BE983A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE983A

Black with #BE983A

Text Example


Text Example

White with #BE983A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE983A; }

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

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

background-color css

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

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

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

border-color css

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

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

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