Html Css Color HEX #BC9F2B Sahara

📋 copy color: '#BC9F2B'

red 188 ◦ green 159 ◦ blue 43

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

Shades of Sahara #BC9F2B

Tints of Sahara #BC9F2B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.77%

 BLUE value IS 43 (17.19% from 255) = 11.03%

R = 48.21%
G = 40.77%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC9F2B (or 0xBC9F2B) is known color: Sahara. HEX triplet: BC, 9F and 2B. RGB value is (188,159,43). Sum of RGB (Red+Green+Blue) = 188+159+43=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F2B is #4360D4. Grayscale: #9A9A9A. Windows color (decimal): -4415701 or 2858940. OLE color: 2858940.

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

Color convert

RGB 188 159 43 -
CMYK 0 0.15 0.77 0.26
HSL 48º 0.63% 0.45% -
HSV(B) 48º 0.77% 0.74% -
XYZ 33.57 35.66 7.4 -
YUV 154.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 188 159 43 0 0.15 0.77 0.26 48 0.63 0.45
Hex BC 9F 2B 0 F 4D 1A 30 3F 2D
Octal 274 237 53 0 17 115 32 60 77 55
Binary 10111100 10011111 101011 0 1111 1001101 11010 110000 111111 101101

Color Harmonies of #BC9F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F2B

Black with #BC9F2B

Text Example


Text Example

White with #BC9F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F2B; }

 p { color: rgb(188,159,43); }

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

background-color css

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

 a { background-color: rgb(188,159,43); }

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

border-color css

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

 span { border-color: rgb(188,159,43); }

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