Html Css Color HEX #BCBA19 La Rioja

📋 copy color: '#BCBA19'

red 188 ◦ green 186 ◦ blue 25

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

Shades of La Rioja #BCBA19

Tints of La Rioja #BCBA19

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.62%

 BLUE value IS 25 (10.16% from 255) = 6.27%

R = 47.12%
G = 46.62%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BCBA19 (or 0xBCBA19) is known color: La Rioja. HEX triplet: BC, BA and 19. RGB value is (188,186,25). Sum of RGB (Red+Green+Blue) = 188+186+25=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBA19 is #4345E6. Grayscale: #A8A8A8. Windows color (decimal): -4408807 or 1686204. OLE color: 1686204.

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

Color convert

RGB 188 186 25 -
CMYK 0 0.01 0.87 0.26
HSL 59.26º 0.77% 0.42% -
HSV(B) 59.26º 0.87% 0.74% -
XYZ 38.47 45.88 7.75 -
YUV 168.24 47.16 142.09 -
System Red Green Blue C M Y K H S L
Decimal 188 186 25 0 0.01 0.87 0.26 59.26 0.77 0.42
Hex BC BA 19 0 1 57 1A 3B 4D 2A
Octal 274 272 31 0 1 127 32 73 115 52
Binary 10111100 10111010 11001 0 1 1010111 11010 111011 1001101 101010

Color Harmonies of #BCBA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA19

Black with #BCBA19

Text Example


Text Example

White with #BCBA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA19; }

 p { color: rgb(188,186,25); }

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

background-color css

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

 a { background-color: rgb(188,186,25); }

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

border-color css

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

 span { border-color: rgb(188,186,25); }

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