Html Css Color HEX #BC9A24 Sahara

📋 copy color: '#BC9A24'

red 188 ◦ green 154 ◦ blue 36

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

Shades of Sahara #BC9A24

Tints of Sahara #BC9A24

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.74%

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

R = 49.74%
G = 40.74%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC9A24 (or 0xBC9A24) is known color: Sahara. HEX triplet: BC, 9A and 24. RGB value is (188,154,36). Sum of RGB (Red+Green+Blue) = 188+154+36=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 36 (14.45% from 255 or 9.52% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9A24 is #4365DB. Grayscale: #979797. Windows color (decimal): -4416988 or 2398908. OLE color: 2398908.

HSL color Cylindrical-coordinate representation of color #BC9A24: hue angle of 46.58º degrees, saturation: 0.68, 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 #BC9A24 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 154 36 -
CMYK 0 0.18 0.81 0.26
HSL 46.58º 0.68% 0.44% -
HSV(B) 46.58º 0.81% 0.74% -
XYZ 32.61 33.93 6.5 -
YUV 150.71 63.26 154.59 -
System Red Green Blue C M Y K H S L
Decimal 188 154 36 0 0.18 0.81 0.26 46.58 0.68 0.44
Hex BC 9A 24 0 12 51 1A 2F 44 2C
Octal 274 232 44 0 22 121 32 57 104 54
Binary 10111100 10011010 100100 0 10010 1010001 11010 101111 1000100 101100

Color Harmonies of #BC9A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A24

Black with #BC9A24

Text Example


Text Example

White with #BC9A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A24; }

 p { color: rgb(188,154,36); }

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

background-color css

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

 a { background-color: rgb(188,154,36); }

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

border-color css

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

 span { border-color: rgb(188,154,36); }

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