Html Css Color HEX #BCB713 La Rioja

📋 copy color: '#BCB713'

red 188 ◦ green 183 ◦ blue 19

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

Shades of La Rioja #BCB713

Tints of La Rioja #BCB713

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.92%

 BLUE value IS 19 (7.81% from 255) = 4.87%

R = 48.21%
G = 46.92%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BCB713 (or 0xBCB713) is known color: La Rioja. HEX triplet: BC, B7 and 13. RGB value is (188,183,19). Sum of RGB (Red+Green+Blue) = 188+183+19=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB713 is #4348EC. Grayscale: #A6A6A6. Windows color (decimal): -4409581 or 1292220. OLE color: 1292220.

HSL color Cylindrical-coordinate representation of color #BCB713: hue angle of 58.22º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCB713 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 183 19 -
CMYK 0 0.03 0.90 0.26
HSL 58.22º 0.82% 0.41% -
HSV(B) 58.22º 0.9% 0.74% -
XYZ 37.79 44.61 7.23 -
YUV 165.8 45.16 143.84 -
System Red Green Blue C M Y K H S L
Decimal 188 183 19 0 0.03 0.90 0.26 58.22 0.82 0.41
Hex BC B7 13 0 3 5A 1A 3A 52 29
Octal 274 267 23 0 3 132 32 72 122 51
Binary 10111100 10110111 10011 0 11 1011010 11010 111010 1010010 101001

Color Harmonies of #BCB713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB713

Black with #BCB713

Text Example


Text Example

White with #BCB713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB713; }

 p { color: rgb(188,183,19); }

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

background-color css

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

 a { background-color: rgb(188,183,19); }

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

border-color css

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

 span { border-color: rgb(188,183,19); }

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