Html Css Color HEX #BCB80E La Rioja

📋 copy color: '#BCB80E'

red 188 ◦ green 184 ◦ blue 14

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

Shades of La Rioja #BCB80E

Tints of La Rioja #BCB80E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.67%

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

R = 48.7%
G = 47.67%
B = 3.63%

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

#BCB80E (or 0xBCB80E) is known color: La Rioja. HEX triplet: BC, B8 and 0E. RGB value is (188,184,14). Sum of RGB (Red+Green+Blue) = 188+184+14=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB80E is #4347F1. Grayscale: #A6A6A6. Windows color (decimal): -4409330 or 964796. OLE color: 964796.

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

Color convert

RGB 188 184 14 -
CMYK 0 0.02 0.93 0.26
HSL 58.62º 0.86% 0.4% -
HSV(B) 58.62º 0.93% 0.74% -
XYZ 37.96 45 7.1 -
YUV 165.82 42.33 143.82 -
System Red Green Blue C M Y K H S L
Decimal 188 184 14 0 0.02 0.93 0.26 58.62 0.86 0.4
Hex BC B8 E 0 2 5D 1A 3B 56 28
Octal 274 270 16 0 2 135 32 73 126 50
Binary 10111100 10111000 1110 0 10 1011101 11010 111011 1010110 101000

Color Harmonies of #BCB80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB80E

Black with #BCB80E

Text Example


Text Example

White with #BCB80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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