Html Css Color HEX #BE9C2D Sahara

📋 copy color: '#BE9C2D'

red 190 ◦ green 156 ◦ blue 45

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

Shades of Sahara #BE9C2D

Tints of Sahara #BE9C2D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.9%

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

R = 48.59%
G = 39.9%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE9C2D (or 0xBE9C2D) is known color: Sahara. HEX triplet: BE, 9C and 2D. RGB value is (190,156,45). Sum of RGB (Red+Green+Blue) = 190+156+45=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9C2D is #4163D2. Grayscale: #999999. Windows color (decimal): -4285395 or 2989246. OLE color: 2989246.

HSL color Cylindrical-coordinate representation of color #BE9C2D: hue angle of 45.93º 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 #BE9C2D is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 156 45 -
CMYK 0 0.18 0.76 0.25
HSL 45.93º 0.62% 0.46% -
HSV(B) 45.93º 0.76% 0.75% -
XYZ 33.6 34.91 7.45 -
YUV 153.51 66.76 154.03 -
System Red Green Blue C M Y K H S L
Decimal 190 156 45 0 0.18 0.76 0.25 45.93 0.62 0.46
Hex BE 9C 2D 0 12 4C 19 2E 3E 2E
Octal 276 234 55 0 22 114 31 56 76 56
Binary 10111110 10011100 101101 0 10010 1001100 11001 101110 111110 101110

Color Harmonies of #BE9C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C2D

Black with #BE9C2D

Text Example


Text Example

White with #BE9C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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