Html Css Color HEX #BCB910 La Rioja

📋 copy color: '#BCB910'

red 188 ◦ green 185 ◦ blue 16

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

Shades of La Rioja #BCB910

Tints of La Rioja #BCB910

RGB

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

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

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

R = 48.33%
G = 47.56%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BCB910 (or 0xBCB910) is known color: La Rioja. HEX triplet: BC, B9 and 10. RGB value is (188,185,16). Sum of RGB (Red+Green+Blue) = 188+185+16=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB910 is #4346EF. Grayscale: #A7A7A7. Windows color (decimal): -4409072 or 1096124. OLE color: 1096124.

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

Color convert

RGB 188 185 16 -
CMYK 0 0.02 0.91 0.26
HSL 58.95º 0.84% 0.4% -
HSV(B) 58.95º 0.91% 0.74% -
XYZ 38.18 45.43 7.25 -
YUV 166.63 42.99 143.24 -
System Red Green Blue C M Y K H S L
Decimal 188 185 16 0 0.02 0.91 0.26 58.95 0.84 0.4
Hex BC B9 10 0 2 5B 1A 3B 54 28
Octal 274 271 20 0 2 133 32 73 124 50
Binary 10111100 10111001 10000 0 10 1011011 11010 111011 1010100 101000

Color Harmonies of #BCB910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB910

Black with #BCB910

Text Example


Text Example

White with #BCB910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB910; }

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

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

background-color css

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

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

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

border-color css

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

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

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