Html Css Color HEX #BCB415 La Rioja

📋 copy color: '#BCB415'

red 188 ◦ green 180 ◦ blue 21

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

Shades of La Rioja #BCB415

Tints of La Rioja #BCB415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.4%

R = 48.33%
G = 46.27%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BCB415 (or 0xBCB415) is known color: La Rioja. HEX triplet: BC, B4 and 15. RGB value is (188,180,21). Sum of RGB (Red+Green+Blue) = 188+180+21=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB415 is #434BEA. Grayscale: #A4A4A4. Windows color (decimal): -4410347 or 1422524. OLE color: 1422524.

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

Color convert

RGB 188 180 21 -
CMYK 0 0.04 0.89 0.26
HSL 57.13º 0.8% 0.41% -
HSV(B) 57.13º 0.89% 0.74% -
XYZ 37.2 43.39 7.12 -
YUV 164.27 47.15 144.93 -
System Red Green Blue C M Y K H S L
Decimal 188 180 21 0 0.04 0.89 0.26 57.13 0.8 0.41
Hex BC B4 15 0 4 59 1A 39 50 29
Octal 274 264 25 0 4 131 32 71 120 51
Binary 10111100 10110100 10101 0 100 1011001 11010 111001 1010000 101001

Color Harmonies of #BCB415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB415

Black with #BCB415

Text Example


Text Example

White with #BCB415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB415; }

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

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

background-color css

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

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

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

border-color css

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

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

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