Html Css Color HEX #BE9E25 Sahara

📋 copy color: '#BE9E25'

red 190 ◦ green 158 ◦ blue 37

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

Shades of Sahara #BE9E25

Tints of Sahara #BE9E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.61%

R = 49.35%
G = 41.04%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE9E25 (or 0xBE9E25) is known color: Sahara. HEX triplet: BE, 9E and 25. RGB value is (190,158,37). Sum of RGB (Red+Green+Blue) = 190+158+37=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 37 (14.84% from 255 or 9.61% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E25 is #4161DA. Grayscale: #9A9A9A. Windows color (decimal): -4284891 or 2465470. OLE color: 2465470.

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

Color convert

RGB 190 158 37 -
CMYK 0 0.17 0.81 0.25
HSL 47.45º 0.67% 0.45% -
HSV(B) 47.45º 0.81% 0.75% -
XYZ 33.8 35.53 6.83 -
YUV 153.77 62.1 153.84 -
System Red Green Blue C M Y K H S L
Decimal 190 158 37 0 0.17 0.81 0.25 47.45 0.67 0.45
Hex BE 9E 25 0 11 51 19 2F 43 2D
Octal 276 236 45 0 21 121 31 57 103 55
Binary 10111110 10011110 100101 0 10001 1010001 11001 101111 1000011 101101

Color Harmonies of #BE9E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E25

Black with #BE9E25

Text Example


Text Example

White with #BE9E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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