Html Css Color HEX #BCAB04 La Rioja

📋 copy color: '#BCAB04'

red 188 ◦ green 171 ◦ blue 4

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

Shades of La Rioja #BCAB04

Tints of La Rioja #BCAB04

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.11%

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 51.79%
G = 47.11%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BCAB04 (or 0xBCAB04) is known color: La Rioja. HEX triplet: BC, AB and 04. RGB value is (188,171,4). Sum of RGB (Red+Green+Blue) = 188+171+4=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAB04 is #4354FB. Grayscale: #9D9D9D. Windows color (decimal): -4412668 or 306108. OLE color: 306108.

HSL color Cylindrical-coordinate representation of color #BCAB04: hue angle of 54.46º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCAB04 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 4 -
CMYK 0 0.09 0.98 0.26
HSL 54.46º 0.96% 0.38% -
HSV(B) 54.46º 0.98% 0.74% -
XYZ 35.32 39.83 5.94 -
YUV 157.05 41.63 150.08 -
System Red Green Blue C M Y K H S L
Decimal 188 171 4 0 0.09 0.98 0.26 54.46 0.96 0.38
Hex BC AB 4 0 9 62 1A 36 60 26
Octal 274 253 4 0 11 142 32 66 140 46
Binary 10111100 10101011 100 0 1001 1100010 11010 110110 1100000 100110

Color Harmonies of #BCAB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB04

Black with #BCAB04

Text Example


Text Example

White with #BCAB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB04; }

 p { color: rgb(188,171,4); }

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

background-color css

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

 a { background-color: rgb(188,171,4); }

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

border-color css

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

 span { border-color: rgb(188,171,4); }

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