Html Css Color HEX #BCB410 La Rioja

📋 copy color: '#BCB410'

red 188 ◦ green 180 ◦ blue 16

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

Shades of La Rioja #BCB410

Tints of La Rioja #BCB410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.17%

R = 48.96%
G = 46.88%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BCB410 (or 0xBCB410) is known color: La Rioja. HEX triplet: BC, B4 and 10. RGB value is (188,180,16). Sum of RGB (Red+Green+Blue) = 188+180+16=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB410 is #434BEF. Grayscale: #A4A4A4. Windows color (decimal): -4410352 or 1094844. OLE color: 1094844.

HSL color Cylindrical-coordinate representation of color #BCB410: hue angle of 57.21º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCB410 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 16 -
CMYK 0 0.04 0.91 0.26
HSL 57.21º 0.84% 0.4% -
HSV(B) 57.21º 0.91% 0.74% -
XYZ 37.15 43.37 6.9 -
YUV 163.7 44.65 145.34 -
System Red Green Blue C M Y K H S L
Decimal 188 180 16 0 0.04 0.91 0.26 57.21 0.84 0.4
Hex BC B4 10 0 4 5B 1A 39 54 28
Octal 274 264 20 0 4 133 32 71 124 50
Binary 10111100 10110100 10000 0 100 1011011 11010 111001 1010100 101000

Color Harmonies of #BCB410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB410

Black with #BCB410

Text Example


Text Example

White with #BCB410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB410; }

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

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

background-color css

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

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

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

border-color css

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

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

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