Html Css Color HEX #BE9E29 Sahara

📋 copy color: '#BE9E29'

red 190 ◦ green 158 ◦ blue 41

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

Shades of Sahara #BE9E29

Tints of Sahara #BE9E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.54%

R = 48.84%
G = 40.62%
B = 10.54%

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

#BE9E29 (or 0xBE9E29) is known color: Sahara. HEX triplet: BE, 9E and 29. RGB value is (190,158,41). Sum of RGB (Red+Green+Blue) = 190+158+41=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E29 is #4161D6. Grayscale: #9A9A9A. Windows color (decimal): -4284887 or 2727614. OLE color: 2727614.

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

Color convert

RGB 190 158 41 -
CMYK 0 0.17 0.78 0.25
HSL 47.11º 0.65% 0.45% -
HSV(B) 47.11º 0.78% 0.75% -
XYZ 33.86 35.56 7.18 -
YUV 154.23 64.1 153.51 -
System Red Green Blue C M Y K H S L
Decimal 190 158 41 0 0.17 0.78 0.25 47.11 0.65 0.45
Hex BE 9E 29 0 11 4E 19 2F 41 2D
Octal 276 236 51 0 21 116 31 57 101 55
Binary 10111110 10011110 101001 0 10001 1001110 11001 101111 1000001 101101

Color Harmonies of #BE9E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E29

Black with #BE9E29

Text Example


Text Example

White with #BE9E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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