Html Css Color HEX #BCB90E La Rioja

📋 copy color: '#BCB90E'

red 188 ◦ green 185 ◦ blue 14

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

Shades of La Rioja #BCB90E

Tints of La Rioja #BCB90E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.8%

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

R = 48.58%
G = 47.8%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BCB90E (or 0xBCB90E) is known color: La Rioja. HEX triplet: BC, B9 and 0E. RGB value is (188,185,14). Sum of RGB (Red+Green+Blue) = 188+185+14=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB90E is #4346F1. Grayscale: #A7A7A7. Windows color (decimal): -4409074 or 965052. OLE color: 965052.

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

Color convert

RGB 188 185 14 -
CMYK 0 0.02 0.93 0.26
HSL 58.97º 0.86% 0.4% -
HSV(B) 58.97º 0.93% 0.74% -
XYZ 38.17 45.42 7.17 -
YUV 166.4 41.99 143.4 -
System Red Green Blue C M Y K H S L
Decimal 188 185 14 0 0.02 0.93 0.26 58.97 0.86 0.4
Hex BC B9 E 0 2 5D 1A 3B 56 28
Octal 274 271 16 0 2 135 32 73 126 50
Binary 10111100 10111001 1110 0 10 1011101 11010 111011 1010110 101000

Color Harmonies of #BCB90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB90E

Black with #BCB90E

Text Example


Text Example

White with #BCB90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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