Html Css Color HEX #BE9E2A Sahara

📋 copy color: '#BE9E2A'

red 190 ◦ green 158 ◦ blue 42

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

Shades of Sahara #BE9E2A

Tints of Sahara #BE9E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.77%

R = 48.72%
G = 40.51%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE9E2A (or 0xBE9E2A) is known color: Sahara. HEX triplet: BE, 9E and 2A. RGB value is (190,158,42). Sum of RGB (Red+Green+Blue) = 190+158+42=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E2A is #4161D5. Grayscale: #9A9A9A. Windows color (decimal): -4284886 or 2793150. OLE color: 2793150.

HSL color Cylindrical-coordinate representation of color #BE9E2A: hue angle of 47.03º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE9E2A is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 158 42 -
CMYK 0 0.17 0.78 0.25
HSL 47.03º 0.64% 0.45% -
HSV(B) 47.03º 0.78% 0.75% -
XYZ 33.88 35.57 7.27 -
YUV 154.34 64.6 153.43 -
System Red Green Blue C M Y K H S L
Decimal 190 158 42 0 0.17 0.78 0.25 47.03 0.64 0.45
Hex BE 9E 2A 0 11 4E 19 2F 40 2D
Octal 276 236 52 0 21 116 31 57 100 55
Binary 10111110 10011110 101010 0 10001 1001110 11001 101111 1000000 101101

Color Harmonies of #BE9E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E2A

Black with #BE9E2A

Text Example


Text Example

White with #BE9E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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