Html Css Color HEX #BCAA04 La Rioja

📋 copy color: '#BCAA04'

red 188 ◦ green 170 ◦ blue 4

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

Shades of La Rioja #BCAA04

Tints of La Rioja #BCAA04

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.96%

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

R = 51.93%
G = 46.96%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BCAA04 (or 0xBCAA04) is known color: La Rioja. HEX triplet: BC, AA and 04. RGB value is (188,170,4). Sum of RGB (Red+Green+Blue) = 188+170+4=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAA04 is #4355FB. Grayscale: #9D9D9D. Windows color (decimal): -4412924 or 305852. OLE color: 305852.

HSL color Cylindrical-coordinate representation of color #BCAA04: hue angle of 54.13º 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 #BCAA04 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 4 -
CMYK 0 0.10 0.98 0.26
HSL 54.13º 0.96% 0.38% -
HSV(B) 54.13º 0.98% 0.74% -
XYZ 35.14 39.45 5.88 -
YUV 156.46 41.96 150.5 -
System Red Green Blue C M Y K H S L
Decimal 188 170 4 0 0.10 0.98 0.26 54.13 0.96 0.38
Hex BC AA 4 0 A 62 1A 36 60 26
Octal 274 252 4 0 12 142 32 66 140 46
Binary 10111100 10101010 100 0 1010 1100010 11010 110110 1100000 100110

Color Harmonies of #BCAA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA04

Black with #BCAA04

Text Example


Text Example

White with #BCAA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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