Html Css Color HEX #BCA128 Sahara

📋 copy color: '#BCA128'

red 188 ◦ green 161 ◦ blue 40

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

Shades of Sahara #BCA128

Tints of Sahara #BCA128

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.39%

 BLUE value IS 40 (16.02% from 255) = 10.28%

R = 48.33%
G = 41.39%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BCA128 (or 0xBCA128) is known color: Sahara. HEX triplet: BC, A1 and 28. RGB value is (188,161,40). Sum of RGB (Red+Green+Blue) = 188+161+40=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA128 is #435ED7. Grayscale: #9B9B9B. Windows color (decimal): -4415192 or 2662844. OLE color: 2662844.

HSL color Cylindrical-coordinate representation of color #BCA128: hue angle of 49.05º degrees, saturation: 0.65, 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 #BCA128 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 161 40 -
CMYK 0 0.14 0.79 0.26
HSL 49.05º 0.65% 0.45% -
HSV(B) 49.05º 0.79% 0.74% -
XYZ 33.87 36.33 7.24 -
YUV 155.28 62.95 151.34 -
System Red Green Blue C M Y K H S L
Decimal 188 161 40 0 0.14 0.79 0.26 49.05 0.65 0.45
Hex BC A1 28 0 E 4F 1A 31 41 2D
Octal 274 241 50 0 16 117 32 61 101 55
Binary 10111100 10100001 101000 0 1110 1001111 11010 110001 1000001 101101

Color Harmonies of #BCA128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA128

Black with #BCA128

Text Example


Text Example

White with #BCA128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA128; }

 p { color: rgb(188,161,40); }

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

background-color css

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

 a { background-color: rgb(188,161,40); }

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

border-color css

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

 span { border-color: rgb(188,161,40); }

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