Html Css Color HEX #BE9E3A Roti

📋 copy color: '#BE9E3A'

red 190 ◦ green 158 ◦ blue 58

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

Shades of Roti #BE9E3A

Tints of Roti #BE9E3A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.92%

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

R = 46.8%
G = 38.92%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE9E3A (or 0xBE9E3A) is known color: Roti. HEX triplet: BE, 9E and 3A. RGB value is (190,158,58). Sum of RGB (Red+Green+Blue) = 190+158+58=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E3A is #4161C5. Grayscale: #9C9C9C. Windows color (decimal): -4284870 or 3841726. OLE color: 3841726.

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

Color convert

RGB 190 158 58 -
CMYK 0 0.17 0.69 0.25
HSL 45.45º 0.53% 0.49% -
HSV(B) 45.45º 0.69% 0.75% -
XYZ 34.23 35.71 9.09 -
YUV 156.17 72.6 152.13 -
System Red Green Blue C M Y K H S L
Decimal 190 158 58 0 0.17 0.69 0.25 45.45 0.53 0.49
Hex BE 9E 3A 0 11 45 19 2D 35 31
Octal 276 236 72 0 21 105 31 55 65 61
Binary 10111110 10011110 111010 0 10001 1000101 11001 101101 110101 110001

Color Harmonies of #BE9E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E3A

Black with #BE9E3A

Text Example


Text Example

White with #BE9E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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