Html Css Color HEX #BE9923 Sahara

📋 copy color: '#BE9923'

red 190 ◦ green 153 ◦ blue 35

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

Shades of Sahara #BE9923

Tints of Sahara #BE9923

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.48%

 BLUE value IS 35 (14.06% from 255) = 9.26%

R = 50.26%
G = 40.48%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE9923 (or 0xBE9923) is known color: Sahara. HEX triplet: BE, 99 and 23. RGB value is (190,153,35). Sum of RGB (Red+Green+Blue) = 190+153+35=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 35 (14.06% from 255 or 9.26% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9923 is #4166DC. Grayscale: #979797. Windows color (decimal): -4286173 or 2333118. OLE color: 2333118.

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

Color convert

RGB 190 153 35 -
CMYK 0 0.19 0.82 0.25
HSL 45.68º 0.69% 0.44% -
HSV(B) 45.68º 0.82% 0.75% -
XYZ 32.93 33.85 6.39 -
YUV 150.61 62.76 156.09 -
System Red Green Blue C M Y K H S L
Decimal 190 153 35 0 0.19 0.82 0.25 45.68 0.69 0.44
Hex BE 99 23 0 13 52 19 2E 45 2C
Octal 276 231 43 0 23 122 31 56 105 54
Binary 10111110 10011001 100011 0 10011 1010010 11001 101110 1000101 101100

Color Harmonies of #BE9923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9923

Black with #BE9923

Text Example


Text Example

White with #BE9923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9923; }

 p { color: rgb(190,153,35); }

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

background-color css

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

 a { background-color: rgb(190,153,35); }

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

border-color css

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

 span { border-color: rgb(190,153,35); }

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