Html Css Color HEX #BCB913 La Rioja

📋 copy color: '#BCB913'

red 188 ◦ green 185 ◦ blue 19

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

Shades of La Rioja #BCB913

Tints of La Rioja #BCB913

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.19%

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

R = 47.96%
G = 47.19%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BCB913 (or 0xBCB913) is known color: La Rioja. HEX triplet: BC, B9 and 13. RGB value is (188,185,19). Sum of RGB (Red+Green+Blue) = 188+185+19=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB913 is #4346EC. Grayscale: #A7A7A7. Windows color (decimal): -4409069 or 1292732. OLE color: 1292732.

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

Color convert

RGB 188 185 19 -
CMYK 0 0.02 0.90 0.26
HSL 58.93º 0.82% 0.41% -
HSV(B) 58.93º 0.9% 0.74% -
XYZ 38.21 45.44 7.37 -
YUV 166.97 44.49 143 -
System Red Green Blue C M Y K H S L
Decimal 188 185 19 0 0.02 0.90 0.26 58.93 0.82 0.41
Hex BC B9 13 0 2 5A 1A 3B 52 29
Octal 274 271 23 0 2 132 32 73 122 51
Binary 10111100 10111001 10011 0 10 1011010 11010 111011 1010010 101001

Color Harmonies of #BCB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB913

Black with #BCB913

Text Example


Text Example

White with #BCB913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB913; }

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

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

background-color css

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

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

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

border-color css

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

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

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