Html Css Color HEX #BCB40E La Rioja

📋 copy color: '#BCB40E'

red 188 ◦ green 180 ◦ blue 14

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

Shades of La Rioja #BCB40E

Tints of La Rioja #BCB40E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.12%

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

R = 49.21%
G = 47.12%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BCB40E (or 0xBCB40E) is known color: La Rioja. HEX triplet: BC, B4 and 0E. RGB value is (188,180,14). Sum of RGB (Red+Green+Blue) = 188+180+14=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB40E is #434BF1. Grayscale: #A4A4A4. Windows color (decimal): -4410354 or 963772. OLE color: 963772.

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

Color convert

RGB 188 180 14 -
CMYK 0 0.04 0.93 0.26
HSL 57.24º 0.86% 0.4% -
HSV(B) 57.24º 0.93% 0.74% -
XYZ 37.14 43.37 6.83 -
YUV 163.47 43.65 145.5 -
System Red Green Blue C M Y K H S L
Decimal 188 180 14 0 0.04 0.93 0.26 57.24 0.86 0.4
Hex BC B4 E 0 4 5D 1A 39 56 28
Octal 274 264 16 0 4 135 32 71 126 50
Binary 10111100 10110100 1110 0 100 1011101 11010 111001 1010110 101000

Color Harmonies of #BCB40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB40E

Black with #BCB40E

Text Example


Text Example

White with #BCB40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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