Html Css Color HEX #BC9D27 Sahara

📋 copy color: '#BC9D27'

red 188 ◦ green 157 ◦ blue 39

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

Shades of Sahara #BC9D27

Tints of Sahara #BC9D27

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.89%

 BLUE value IS 39 (15.63% from 255) = 10.16%

R = 48.96%
G = 40.89%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC9D27 (or 0xBC9D27) is known color: Sahara. HEX triplet: BC, 9D and 27. RGB value is (188,157,39). Sum of RGB (Red+Green+Blue) = 188+157+39=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 39 (15.62% from 255 or 10.16% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9D27 is #4362D8. Grayscale: #999999. Windows color (decimal): -4416217 or 2596284. OLE color: 2596284.

HSL color Cylindrical-coordinate representation of color #BC9D27: hue angle of 47.52º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC9D27 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 157 39 -
CMYK 0 0.16 0.79 0.26
HSL 47.52º 0.66% 0.45% -
HSV(B) 47.52º 0.79% 0.74% -
XYZ 33.16 34.95 6.92 -
YUV 152.82 63.77 153.09 -
System Red Green Blue C M Y K H S L
Decimal 188 157 39 0 0.16 0.79 0.26 47.52 0.66 0.45
Hex BC 9D 27 0 10 4F 1A 30 42 2D
Octal 274 235 47 0 20 117 32 60 102 55
Binary 10111100 10011101 100111 0 10000 1001111 11010 110000 1000010 101101

Color Harmonies of #BC9D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9D27

Black with #BC9D27

Text Example


Text Example

White with #BC9D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9D27; }

 p { color: rgb(188,157,39); }

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

background-color css

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

 a { background-color: rgb(188,157,39); }

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

border-color css

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

 span { border-color: rgb(188,157,39); }

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