Html Css Color HEX #BC9C2A Sahara

📋 copy color: '#BC9C2A'

red 188 ◦ green 156 ◦ blue 42

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

Shades of Sahara #BC9C2A

Tints of Sahara #BC9C2A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.41%

 BLUE value IS 42 (16.8% from 255) = 10.88%

R = 48.7%
G = 40.41%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC9C2A (or 0xBC9C2A) is known color: Sahara. HEX triplet: BC, 9C and 2A. RGB value is (188,156,42). Sum of RGB (Red+Green+Blue) = 188+156+42=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C2A is #4363D5. Grayscale: #999999. Windows color (decimal): -4416470 or 2792636. OLE color: 2792636.

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

Color convert

RGB 188 156 42 -
CMYK 0 0.17 0.78 0.26
HSL 46.85º 0.63% 0.45% -
HSV(B) 46.85º 0.78% 0.74% -
XYZ 33.05 34.64 7.13 -
YUV 152.57 65.6 153.27 -
System Red Green Blue C M Y K H S L
Decimal 188 156 42 0 0.17 0.78 0.26 46.85 0.63 0.45
Hex BC 9C 2A 0 11 4E 1A 2F 3F 2D
Octal 274 234 52 0 21 116 32 57 77 55
Binary 10111100 10011100 101010 0 10001 1001110 11010 101111 111111 101101

Color Harmonies of #BC9C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C2A

Black with #BC9C2A

Text Example


Text Example

White with #BC9C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C2A; }

 p { color: rgb(188,156,42); }

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

background-color css

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

 a { background-color: rgb(188,156,42); }

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

border-color css

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

 span { border-color: rgb(188,156,42); }

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