Html Css Color HEX #BC9923 Sahara

📋 copy color: '#BC9923'

red 188 ◦ green 153 ◦ blue 35

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

Shades of Sahara #BC9923

Tints of Sahara #BC9923

RGB

 RED value IS 188 (73.83% from 255) = 50%

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

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

R = 50%
G = 40.69%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC9923 (or 0xBC9923) is known color: Sahara. HEX triplet: BC, 99 and 23. RGB value is (188,153,35). Sum of RGB (Red+Green+Blue) = 188+153+35=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9923 is #4366DC. Grayscale: #969696. Windows color (decimal): -4417245 or 2333116. OLE color: 2333116.

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

Color convert

RGB 188 153 35 -
CMYK 0 0.19 0.81 0.26
HSL 46.27º 0.69% 0.44% -
HSV(B) 46.27º 0.81% 0.74% -
XYZ 32.43 33.6 6.37 -
YUV 150.01 63.1 155.09 -
System Red Green Blue C M Y K H S L
Decimal 188 153 35 0 0.19 0.81 0.26 46.27 0.69 0.44
Hex BC 99 23 0 13 51 1A 2E 45 2C
Octal 274 231 43 0 23 121 32 56 105 54
Binary 10111100 10011001 100011 0 10011 1010001 11010 101110 1000101 101100

Color Harmonies of #BC9923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9923

Black with #BC9923

Text Example


Text Example

White with #BC9923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9923; }

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

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

background-color css

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

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

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

border-color css

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

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

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