Html Css Color HEX #BCBA0E La Rioja

📋 copy color: '#BCBA0E'

red 188 ◦ green 186 ◦ blue 14

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

Shades of La Rioja #BCBA0E

Tints of La Rioja #BCBA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.61%

R = 48.45%
G = 47.94%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BCBA0E (or 0xBCBA0E) is known color: La Rioja. HEX triplet: BC, BA and 0E. RGB value is (188,186,14). Sum of RGB (Red+Green+Blue) = 188+186+14=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBA0E is #4345F1. Grayscale: #A7A7A7. Windows color (decimal): -4408818 or 965308. OLE color: 965308.

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

Color convert

RGB 188 186 14 -
CMYK 0 0.01 0.93 0.26
HSL 59.31º 0.86% 0.4% -
HSV(B) 59.31º 0.93% 0.74% -
XYZ 38.38 45.84 7.24 -
YUV 166.99 41.66 142.99 -
System Red Green Blue C M Y K H S L
Decimal 188 186 14 0 0.01 0.93 0.26 59.31 0.86 0.4
Hex BC BA E 0 1 5D 1A 3B 56 28
Octal 274 272 16 0 1 135 32 73 126 50
Binary 10111100 10111010 1110 0 1 1011101 11010 111011 1010110 101000

Color Harmonies of #BCBA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA0E

Black with #BCBA0E

Text Example


Text Example

White with #BCBA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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