Html Css Color HEX #BCB614 La Rioja

📋 copy color: '#BCB614'

red 188 ◦ green 182 ◦ blue 20

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

Shades of La Rioja #BCB614

Tints of La Rioja #BCB614

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.67%

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

R = 48.21%
G = 46.67%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BCB614 (or 0xBCB614) is known color: La Rioja. HEX triplet: BC, B6 and 14. RGB value is (188,182,20). Sum of RGB (Red+Green+Blue) = 188+182+20=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB614 is #4349EB. Grayscale: #A5A5A5. Windows color (decimal): -4409836 or 1357500. OLE color: 1357500.

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

Color convert

RGB 188 182 20 -
CMYK 0 0.03 0.89 0.26
HSL 57.86º 0.81% 0.41% -
HSV(B) 57.86º 0.89% 0.74% -
XYZ 37.59 44.2 7.21 -
YUV 165.33 45.99 144.17 -
System Red Green Blue C M Y K H S L
Decimal 188 182 20 0 0.03 0.89 0.26 57.86 0.81 0.41
Hex BC B6 14 0 3 59 1A 3A 51 29
Octal 274 266 24 0 3 131 32 72 121 51
Binary 10111100 10110110 10100 0 11 1011001 11010 111010 1010001 101001

Color Harmonies of #BCB614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB614

Black with #BCB614

Text Example


Text Example

White with #BCB614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB614; }

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

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

background-color css

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

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

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

border-color css

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

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

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