Html Css Color HEX #BE9B29 Sahara

📋 copy color: '#BE9B29'

red 190 ◦ green 155 ◦ blue 41

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

Shades of Sahara #BE9B29

Tints of Sahara #BE9B29

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.16%

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

R = 49.22%
G = 40.16%
B = 10.62%

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

#BE9B29 (or 0xBE9B29) is known color: Sahara. HEX triplet: BE, 9B and 29. RGB value is (190,155,41). Sum of RGB (Red+Green+Blue) = 190+155+41=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9B29 is #4164D6. Grayscale: #989898. Windows color (decimal): -4285655 or 2726846. OLE color: 2726846.

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

Color convert

RGB 190 155 41 -
CMYK 0 0.18 0.78 0.25
HSL 45.91º 0.65% 0.45% -
HSV(B) 45.91º 0.78% 0.75% -
XYZ 33.36 34.55 7.01 -
YUV 152.47 65.1 154.77 -
System Red Green Blue C M Y K H S L
Decimal 190 155 41 0 0.18 0.78 0.25 45.91 0.65 0.45
Hex BE 9B 29 0 12 4E 19 2E 41 2D
Octal 276 233 51 0 22 116 31 56 101 55
Binary 10111110 10011011 101001 0 10010 1001110 11001 101110 1000001 101101

Color Harmonies of #BE9B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9B29

Black with #BE9B29

Text Example


Text Example

White with #BE9B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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