Html Css Color HEX #BCB314 La Rioja

📋 copy color: '#BCB314'

red 188 ◦ green 179 ◦ blue 20

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

Shades of La Rioja #BCB314

Tints of La Rioja #BCB314

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.25%

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

R = 48.58%
G = 46.25%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BCB314 (or 0xBCB314) is known color: La Rioja. HEX triplet: BC, B3 and 14. RGB value is (188,179,20). Sum of RGB (Red+Green+Blue) = 188+179+20=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB314 is #434CEB. Grayscale: #A4A4A4. Windows color (decimal): -4410604 or 1356732. OLE color: 1356732.

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

Color convert

RGB 188 179 20 -
CMYK 0 0.05 0.89 0.26
HSL 56.79º 0.81% 0.41% -
HSV(B) 56.79º 0.89% 0.74% -
XYZ 36.99 42.98 7.01 -
YUV 163.57 46.98 145.43 -
System Red Green Blue C M Y K H S L
Decimal 188 179 20 0 0.05 0.89 0.26 56.79 0.81 0.41
Hex BC B3 14 0 5 59 1A 39 51 29
Octal 274 263 24 0 5 131 32 71 121 51
Binary 10111100 10110011 10100 0 101 1011001 11010 111001 1010001 101001

Color Harmonies of #BCB314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB314

Black with #BCB314

Text Example


Text Example

White with #BCB314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB314; }

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

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

background-color css

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

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

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

border-color css

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

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

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