Html Css Color HEX #BE9E31 Sahara

📋 copy color: '#BE9E31'

red 190 ◦ green 158 ◦ blue 49

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

Shades of Sahara #BE9E31

Tints of Sahara #BE9E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.34%

R = 47.86%
G = 39.8%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE9E31 (or 0xBE9E31) is known color: Sahara. HEX triplet: BE, 9E and 31. RGB value is (190,158,49). Sum of RGB (Red+Green+Blue) = 190+158+49=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E31 is #4161CE. Grayscale: #9B9B9B. Windows color (decimal): -4284879 or 3251902. OLE color: 3251902.

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

Color convert

RGB 190 158 49 -
CMYK 0 0.17 0.74 0.25
HSL 46.38º 0.59% 0.47% -
HSV(B) 46.38º 0.74% 0.75% -
XYZ 34.02 35.62 7.99 -
YUV 155.14 68.1 152.86 -
System Red Green Blue C M Y K H S L
Decimal 190 158 49 0 0.17 0.74 0.25 46.38 0.59 0.47
Hex BE 9E 31 0 11 4A 19 2E 3B 2F
Octal 276 236 61 0 21 112 31 56 73 57
Binary 10111110 10011110 110001 0 10001 1001010 11001 101110 111011 101111

Color Harmonies of #BE9E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E31

Black with #BE9E31

Text Example


Text Example

White with #BE9E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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