Html Css Color HEX #BCBA04 La Rioja

📋 copy color: '#BCBA04'

red 188 ◦ green 186 ◦ blue 4

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

Shades of La Rioja #BCBA04

Tints of La Rioja #BCBA04

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.21%

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

R = 49.74%
G = 49.21%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BCBA04 (or 0xBCBA04) is known color: La Rioja. HEX triplet: BC, BA and 04. RGB value is (188,186,4). Sum of RGB (Red+Green+Blue) = 188+186+4=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 4 (1.95% from 255 or 1.06% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBA04 is #4345FB. Grayscale: #A6A6A6. Windows color (decimal): -4408828 or 309948. OLE color: 309948.

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

Color convert

RGB 188 186 4 -
CMYK 0 0.01 0.98 0.26
HSL 59.35º 0.96% 0.38% -
HSV(B) 59.35º 0.98% 0.74% -
XYZ 38.32 45.82 6.94 -
YUV 165.85 36.66 143.8 -
System Red Green Blue C M Y K H S L
Decimal 188 186 4 0 0.01 0.98 0.26 59.35 0.96 0.38
Hex BC BA 4 0 1 62 1A 3B 60 26
Octal 274 272 4 0 1 142 32 73 140 46
Binary 10111100 10111010 100 0 1 1100010 11010 111011 1100000 100110

Color Harmonies of #BCBA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA04

Black with #BCBA04

Text Example


Text Example

White with #BCBA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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