Html Css Color HEX #BE9C29 Sahara

📋 copy color: '#BE9C29'

red 190 ◦ green 156 ◦ blue 41

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

Shades of Sahara #BE9C29

Tints of Sahara #BE9C29

RGB

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

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

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

R = 49.1%
G = 40.31%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE9C29 (or 0xBE9C29) is known color: Sahara. HEX triplet: BE, 9C and 29. RGB value is (190,156,41). Sum of RGB (Red+Green+Blue) = 190+156+41=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 41 (16.41% from 255 or 10.59% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9C29 is #4163D6. Grayscale: #999999. Windows color (decimal): -4285399 or 2727102. OLE color: 2727102.

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

Color convert

RGB 190 156 41 -
CMYK 0 0.18 0.78 0.25
HSL 46.31º 0.65% 0.45% -
HSV(B) 46.31º 0.78% 0.75% -
XYZ 33.52 34.88 7.06 -
YUV 153.06 64.76 154.35 -
System Red Green Blue C M Y K H S L
Decimal 190 156 41 0 0.18 0.78 0.25 46.31 0.65 0.45
Hex BE 9C 29 0 12 4E 19 2E 41 2D
Octal 276 234 51 0 22 116 31 56 101 55
Binary 10111110 10011100 101001 0 10010 1001110 11001 101110 1000001 101101

Color Harmonies of #BE9C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C29

Black with #BE9C29

Text Example


Text Example

White with #BE9C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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