Html Css Color HEX #BE9E2D Sahara

📋 copy color: '#BE9E2D'

red 190 ◦ green 158 ◦ blue 45

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

Shades of Sahara #BE9E2D

Tints of Sahara #BE9E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.45%

R = 48.35%
G = 40.2%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE9E2D (or 0xBE9E2D) is known color: Sahara. HEX triplet: BE, 9E and 2D. RGB value is (190,158,45). Sum of RGB (Red+Green+Blue) = 190+158+45=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E2D is #4161D2. Grayscale: #9B9B9B. Windows color (decimal): -4284883 or 2989758. OLE color: 2989758.

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

Color convert

RGB 190 158 45 -
CMYK 0 0.17 0.76 0.25
HSL 46.76º 0.62% 0.46% -
HSV(B) 46.76º 0.76% 0.75% -
XYZ 33.94 35.59 7.56 -
YUV 154.69 66.1 153.19 -
System Red Green Blue C M Y K H S L
Decimal 190 158 45 0 0.17 0.76 0.25 46.76 0.62 0.46
Hex BE 9E 2D 0 11 4C 19 2F 3E 2E
Octal 276 236 55 0 21 114 31 57 76 56
Binary 10111110 10011110 101101 0 10001 1001100 11001 101111 111110 101110

Color Harmonies of #BE9E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E2D

Black with #BE9E2D

Text Example


Text Example

White with #BE9E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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