Html Css Color HEX #BE9E27 Sahara

📋 copy color: '#BE9E27'

red 190 ◦ green 158 ◦ blue 39

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

Shades of Sahara #BE9E27

Tints of Sahara #BE9E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.08%

R = 49.1%
G = 40.83%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE9E27 (or 0xBE9E27) is known color: Sahara. HEX triplet: BE, 9E and 27. RGB value is (190,158,39). Sum of RGB (Red+Green+Blue) = 190+158+39=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 39 (15.62% from 255 or 10.08% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E27 is #4161D8. Grayscale: #9A9A9A. Windows color (decimal): -4284889 or 2596542. OLE color: 2596542.

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

Color convert

RGB 190 158 39 -
CMYK 0 0.17 0.79 0.25
HSL 47.28º 0.66% 0.45% -
HSV(B) 47.28º 0.79% 0.75% -
XYZ 33.83 35.55 7 -
YUV 154 63.1 153.68 -
System Red Green Blue C M Y K H S L
Decimal 190 158 39 0 0.17 0.79 0.25 47.28 0.66 0.45
Hex BE 9E 27 0 11 4F 19 2F 42 2D
Octal 276 236 47 0 21 117 31 57 102 55
Binary 10111110 10011110 100111 0 10001 1001111 11001 101111 1000010 101101

Color Harmonies of #BE9E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E27

Black with #BE9E27

Text Example


Text Example

White with #BE9E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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