Html Css Color HEX #BCA02C Sahara

📋 copy color: '#BCA02C'

red 188 ◦ green 160 ◦ blue 44

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

Shades of Sahara #BCA02C

Tints of Sahara #BCA02C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.82%

 BLUE value IS 44 (17.58% from 255) = 11.22%

R = 47.96%
G = 40.82%
B = 11.22%

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

#BCA02C (or 0xBCA02C) is known color: Sahara. HEX triplet: BC, A0 and 2C. RGB value is (188,160,44). Sum of RGB (Red+Green+Blue) = 188+160+44=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA02C is #435FD3. Grayscale: #9B9B9B. Windows color (decimal): -4415444 or 2924732. OLE color: 2924732.

HSL color Cylindrical-coordinate representation of color #BCA02C: hue angle of 48.33º degrees, saturation: 0.62, 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 #BCA02C is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 44 -
CMYK 0 0.15 0.77 0.26
HSL 48.33º 0.62% 0.45% -
HSV(B) 48.33º 0.77% 0.74% -
XYZ 33.76 36.01 7.55 -
YUV 155.15 65.28 151.43 -
System Red Green Blue C M Y K H S L
Decimal 188 160 44 0 0.15 0.77 0.26 48.33 0.62 0.45
Hex BC A0 2C 0 F 4D 1A 30 3E 2D
Octal 274 240 54 0 17 115 32 60 76 55
Binary 10111100 10100000 101100 0 1111 1001101 11010 110000 111110 101101

Color Harmonies of #BCA02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA02C

Black with #BCA02C

Text Example


Text Example

White with #BCA02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA02C; }

 p { color: rgb(188,160,44); }

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

background-color css

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

 a { background-color: rgb(188,160,44); }

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

border-color css

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

 span { border-color: rgb(188,160,44); }

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