Html Css Color HEX #BCBD10 La Rioja

📋 copy color: '#BCBD10'

red 188 ◦ green 189 ◦ blue 16

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

Shades of La Rioja #BCBD10

Tints of La Rioja #BCBD10

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.09%

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

R = 47.84%
G = 48.09%
B = 4.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BCBD10 (or 0xBCBD10) is known color: La Rioja. HEX triplet: BC, BD and 10. RGB value is (188,189,16). Sum of RGB (Red+Green+Blue) = 188+189+16=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBD10 is #4342EF. Grayscale: #A9A9A9. Windows color (decimal): -4408048 or 1097148. OLE color: 1097148.

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

Color convert

RGB 188 189 16 -
CMYK 0.01 0 0.92 0.26
HSL 60.35º 0.84% 0.4% -
HSV(B) 60.35º 0.92% 0.74% -
XYZ 39.03 47.12 7.53 -
YUV 168.98 41.67 141.57 -
System Red Green Blue C M Y K H S L
Decimal 188 189 16 0.01 0 0.92 0.26 60.35 0.84 0.4
Hex BC BD 10 1 0 5C 1A 3C 54 28
Octal 274 275 20 1 0 134 32 74 124 50
Binary 10111100 10111101 10000 1 0 1011100 11010 111100 1010100 101000

Color Harmonies of #BCBD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD10

Black with #BCBD10

Text Example


Text Example

White with #BCBD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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