Html Css Color HEX #BE9B24 Sahara

📋 copy color: '#BE9B24'

red 190 ◦ green 155 ◦ blue 36

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

Shades of Sahara #BE9B24

Tints of Sahara #BE9B24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.45%

R = 49.87%
G = 40.68%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE9B24 (or 0xBE9B24) is known color: Sahara. HEX triplet: BE, 9B and 24. RGB value is (190,155,36). Sum of RGB (Red+Green+Blue) = 190+155+36=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 36 (14.45% from 255 or 9.45% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9B24 is #4164DB. Grayscale: #989898. Windows color (decimal): -4285660 or 2399166. OLE color: 2399166.

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

Color convert

RGB 190 155 36 -
CMYK 0 0.18 0.81 0.25
HSL 46.36º 0.68% 0.44% -
HSV(B) 46.36º 0.81% 0.75% -
XYZ 33.27 34.52 6.58 -
YUV 151.9 62.6 155.18 -
System Red Green Blue C M Y K H S L
Decimal 190 155 36 0 0.18 0.81 0.25 46.36 0.68 0.44
Hex BE 9B 24 0 12 51 19 2E 44 2C
Octal 276 233 44 0 22 121 31 56 104 54
Binary 10111110 10011011 100100 0 10010 1010001 11001 101110 1000100 101100

Color Harmonies of #BE9B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9B24

Black with #BE9B24

Text Example


Text Example

White with #BE9B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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