Html Css Color HEX #BCBA14 La Rioja

📋 copy color: '#BCBA14'

red 188 ◦ green 186 ◦ blue 20

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

Shades of La Rioja #BCBA14

Tints of La Rioja #BCBA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.08%

R = 47.72%
G = 47.21%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BCBA14 (or 0xBCBA14) is known color: La Rioja. HEX triplet: BC, BA and 14. RGB value is (188,186,20). Sum of RGB (Red+Green+Blue) = 188+186+20=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBA14 is #4345EB. Grayscale: #A8A8A8. Windows color (decimal): -4408812 or 1358524. OLE color: 1358524.

HSL color Cylindrical-coordinate representation of color #BCBA14: hue angle of 59.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCBA14 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 186 20 -
CMYK 0 0.01 0.89 0.26
HSL 59.29º 0.81% 0.41% -
HSV(B) 59.29º 0.89% 0.74% -
XYZ 38.42 45.86 7.49 -
YUV 167.67 44.66 142.5 -
System Red Green Blue C M Y K H S L
Decimal 188 186 20 0 0.01 0.89 0.26 59.29 0.81 0.41
Hex BC BA 14 0 1 59 1A 3B 51 29
Octal 274 272 24 0 1 131 32 73 121 51
Binary 10111100 10111010 10100 0 1 1011001 11010 111011 1010001 101001

Color Harmonies of #BCBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA14

Black with #BCBA14

Text Example


Text Example

White with #BCBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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