Html Css Color HEX #BCBB10 La Rioja

📋 copy color: '#BCBB10'

red 188 ◦ green 187 ◦ blue 16

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

Shades of La Rioja #BCBB10

Tints of La Rioja #BCBB10

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.83%

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

R = 48.08%
G = 47.83%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BCBB10 (or 0xBCBB10) is known color: La Rioja. HEX triplet: BC, BB and 10. RGB value is (188,187,16). Sum of RGB (Red+Green+Blue) = 188+187+16=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 16 (6.64% from 255 or 4.09% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBB10 is #4344EF. Grayscale: #A8A8A8. Windows color (decimal): -4408560 or 1096636. OLE color: 1096636.

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

Color convert

RGB 188 187 16 -
CMYK 0 0.01 0.91 0.26
HSL 59.65º 0.84% 0.4% -
HSV(B) 59.65º 0.91% 0.74% -
XYZ 38.6 46.27 7.39 -
YUV 167.81 42.33 142.4 -
System Red Green Blue C M Y K H S L
Decimal 188 187 16 0 0.01 0.91 0.26 59.65 0.84 0.4
Hex BC BB 10 0 1 5B 1A 3C 54 28
Octal 274 273 20 0 1 133 32 74 124 50
Binary 10111100 10111011 10000 0 1 1011011 11010 111100 1010100 101000

Color Harmonies of #BCBB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB10

Black with #BCBB10

Text Example


Text Example

White with #BCBB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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